Html Css Color HEX #C88CDB Wisteria

📋 copy color: '#C88CDB'

red 200 ◦ green 140 ◦ blue 219

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

Shades of Wisteria #C88CDB

Tints of Wisteria #C88CDB

RGB

 RED value IS 200 (78.52% from 255) = 35.78%

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

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

R = 35.78%
G = 25.04%
B = 39.18%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C88CDB (or 0xC88CDB) is known color: Wisteria. HEX triplet: C8, 8C and DB. RGB value is (200,140,219). Sum of RGB (Red+Green+Blue) = 200+140+219=559 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.78% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CDB is #377324. Grayscale: #A6A6A6. Windows color (decimal): -3633957 or 14388424. OLE color: 14388424.

HSL color Cylindrical-coordinate representation of color #C88CDB: hue angle of 285.57º 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 #C88CDB is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 140 219 -
CMYK 0.09 0.36 0 0.14
HSL 285.57º 0.52% 0.7% -
HSV(B) 285.57º 0.36% 0.86% -
XYZ 45.98 36.15 71.57 -
YUV 166.95 157.38 151.58 -
System Red Green Blue C M Y K H S L
Decimal 200 140 219 0.09 0.36 0 0.14 285.57 0.52 0.7
Hex C8 8C DB 9 24 0 E 11E 34 46
Octal 310 214 333 11 44 0 16 436 64 106
Binary 11001000 10001100 11011011 1001 100100 0 1110 100011110 110100 1000110

Color Harmonies of #C88CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CDB

Black with #C88CDB

Text Example


Text Example

White with #C88CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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