Html Css Color HEX #C68EDE Wisteria

📋 copy color: '#C68EDE'

red 198 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C68EDE

Tints of Wisteria #C68EDE

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.27%

 BLUE value IS 222 (87.11% from 255) = 39.5%

R = 35.23%
G = 25.27%
B = 39.5%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C68EDE (or 0xC68EDE) is known color: Wisteria. HEX triplet: C6, 8E and DE. RGB value is (198,142,222). Sum of RGB (Red+Green+Blue) = 198+142+222=562 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.23% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C68EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68EDE is #397121. Grayscale: #A7A7A7. Windows color (decimal): -3764514 or 14585542. OLE color: 14585542.

HSL color Cylindrical-coordinate representation of color #C68EDE: hue angle of 282º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C68EDE is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 198 142 222 -
CMYK 0.11 0.36 0 0.13
HSL 282º 0.55% 0.71% -
HSV(B) 282º 0.36% 0.87% -
XYZ 46.15 36.63 73.74 -
YUV 167.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 198 142 222 0.11 0.36 0 0.13 282 0.55 0.71
Hex C6 8E DE B 24 0 D 11A 37 47
Octal 306 216 336 13 44 0 15 432 67 107
Binary 11000110 10001110 11011110 1011 100100 0 1101 100011010 110111 1000111

Color Harmonies of #C68EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68EDE

Black with #C68EDE

Text Example


Text Example

White with #C68EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68EDE; }

 p { color: rgb(198,142,222); }

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

background-color css

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

 a { background-color: rgb(198,142,222); }

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

border-color css

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

 span { border-color: rgb(198,142,222); }

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