Html Css Color HEX #C68DEB Wisteria

📋 copy color: '#C68DEB'

red 198 ◦ green 141 ◦ blue 235

#C68DEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #C68DEB

Tints of Wisteria #C68DEB

RGB

 RED value IS 198 (77.73% from 255) = 34.49%

 GREEN value IS 141 (55.47% from 255) = 24.56%

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 34.49%
G = 24.56%
B = 40.94%

CMYK

 C value IS 0.16

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C68DEB (or 0xC68DEB) is known color: Wisteria. HEX triplet: C6, 8D and EB. RGB value is (198,141,235). Sum of RGB (Red+Green+Blue) = 198+141+235=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #C68DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68DEB is #397214. Grayscale: #A8A8A8. Windows color (decimal): -3764757 or 15437254. OLE color: 15437254.

HSL color Cylindrical-coordinate representation of color #C68DEB: hue angle of 276.38º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68DEB is Cyan = 0.16, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 198 141 235 -
CMYK 0.16 0.4 0 0.08
HSL 276.38º 0.7% 0.74% -
HSV(B) 276.38º 0.4% 0.92% -
XYZ 47.81 37.05 83.23 -
YUV 168.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 198 141 235 0.16 0.4 0 0.08 276.38 0.7 0.74
Hex C6 8D EB 10 28 0 8 114 46 4A
Octal 306 215 353 20 50 0 10 424 106 112
Binary 11000110 10001101 11101011 10000 101000 0 1000 100010100 1000110 1001010

Color Harmonies of #C68DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DEB

Black with #C68DEB

Text Example


Text Example

White with #C68DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DEB; }

 p { color: rgb(198,141,235); }

 H1.HeaderClassName
 {
   color: #C68DEB;
 }
 .AnyTagClassName
 {
   color: #C68DEB;
 }
</style>

background-color css

<style>
 a { background-color: #C68DEB; }

 a { background-color: rgb(198,141,235); }

 div.DivClassName
 {
   background-color: #C68DEB;
 }
 .BgClassName
 {
   background-color: #C68DEB;
 }
</style>

border-color css

<style>
 span { border-color: #C68DEB; }

 span { border-color: rgb(198,141,235); }

 td.TdClassName
 {
   border-color: #C68DEB;
 }
 .TagClassName
 {
   border-color: #C68DEB;
 }
</style>