Html Css Color HEX #C68ED9 Wisteria

📋 copy color: '#C68ED9'

red 198 ◦ green 142 ◦ blue 217

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

Shades of Wisteria #C68ED9

Tints of Wisteria #C68ED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.96%

R = 35.55%
G = 25.49%
B = 38.96%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68ED9 (or 0xC68ED9) is known color: Wisteria. HEX triplet: C6, 8E and D9. RGB value is (198,142,217). Sum of RGB (Red+Green+Blue) = 198+142+217=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 217 - color contains mainly: blue. Hex color #C68ED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68ED9 is #397126. Grayscale: #A7A7A7. Windows color (decimal): -3764519 or 14257862. OLE color: 14257862.

HSL color Cylindrical-coordinate representation of color #C68ED9: hue angle of 284.8º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C68ED9 is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 142 217 -
CMYK 0.09 0.35 0 0.15
HSL 284.8º 0.5% 0.7% -
HSV(B) 284.8º 0.35% 0.85% -
XYZ 45.49 36.36 70.27 -
YUV 167.29 156.05 149.9 -
System Red Green Blue C M Y K H S L
Decimal 198 142 217 0.09 0.35 0 0.15 284.8 0.5 0.7
Hex C6 8E D9 9 23 0 F 11D 32 46
Octal 306 216 331 11 43 0 17 435 62 106
Binary 11000110 10001110 11011001 1001 100011 0 1111 100011101 110010 1000110

Color Harmonies of #C68ED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68ED9

Black with #C68ED9

Text Example


Text Example

White with #C68ED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68ED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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