Html Css Color HEX #C68AD9 Wisteria

📋 copy color: '#C68AD9'

red 198 ◦ green 138 ◦ blue 217

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

Shades of Wisteria #C68AD9

Tints of Wisteria #C68AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

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

R = 35.8%
G = 24.95%
B = 39.24%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C68AD9 (or 0xC68AD9) is known color: Wisteria. HEX triplet: C6, 8A and D9. RGB value is (198,138,217). Sum of RGB (Red+Green+Blue) = 198+138+217=553 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.80% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 217 (85.16% from 255 or 39.24% from 553); Max value from RGB is 217 - color contains mainly: blue. Hex color #C68AD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68AD9 is #397526. Grayscale: #A4A4A4. Windows color (decimal): -3765543 or 14256838. OLE color: 14256838.

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

Color convert

RGB 198 138 217 -
CMYK 0.09 0.36 0 0.15
HSL 285.57º 0.51% 0.7% -
HSV(B) 285.57º 0.36% 0.85% -
XYZ 44.9 35.19 70.07 -
YUV 164.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 198 138 217 0.09 0.36 0 0.15 285.57 0.51 0.7
Hex C6 8A D9 9 24 0 F 11E 33 46
Octal 306 212 331 11 44 0 17 436 63 106
Binary 11000110 10001010 11011001 1001 100100 0 1111 100011110 110011 1000110

Color Harmonies of #C68AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AD9

Black with #C68AD9

Text Example


Text Example

White with #C68AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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