Html Css Color HEX #CC8CDB Wisteria

📋 copy color: '#CC8CDB'

red 204 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #CC8CDB

Tints of Wisteria #CC8CDB

RGB

 RED value IS 204 (80.08% from 255) = 36.23%

 GREEN value IS 140 (55.08% from 255) = 24.87%

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 36.23%
G = 24.87%
B = 38.9%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CC8CDB (or 0xCC8CDB) is known color: Wisteria. HEX triplet: CC, 8C and DB. RGB value is (204,140,219). Sum of RGB (Red+Green+Blue) = 204+140+219=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC8CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8CDB is #337324. Grayscale: #A7A7A7. Windows color (decimal): -3371813 or 14388428. OLE color: 14388428.

HSL color Cylindrical-coordinate representation of color #CC8CDB: hue angle of 288.61º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CC8CDB is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 140 219 -
CMYK 0.07 0.36 0 0.14
HSL 288.61º 0.52% 0.7% -
HSV(B) 288.61º 0.36% 0.86% -
XYZ 47.07 36.71 71.62 -
YUV 168.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 204 140 219 0.07 0.36 0 0.14 288.61 0.52 0.7
Hex CC 8C DB 7 24 0 E 121 34 46
Octal 314 214 333 7 44 0 16 441 64 106
Binary 11001100 10001100 11011011 111 100100 0 1110 100100001 110100 1000110

Color Harmonies of #CC8CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CDB

Black with #CC8CDB

Text Example


Text Example

White with #CC8CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CDB; }

 p { color: rgb(204,140,219); }

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

background-color css

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

 a { background-color: rgb(204,140,219); }

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

border-color css

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

 span { border-color: rgb(204,140,219); }

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