Html Css Color HEX #C88FDB Wisteria

📋 copy color: '#C88FDB'

red 200 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #C88FDB

Tints of Wisteria #C88FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

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

R = 35.59%
G = 25.44%
B = 38.97%

CMYK

 C value IS 0.09

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C88FDB (or 0xC88FDB) is known color: Wisteria. HEX triplet: C8, 8F and DB. RGB value is (200,143,219). Sum of RGB (Red+Green+Blue) = 200+143+219=562 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.59% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #C88FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDB is #377024. Grayscale: #A8A8A8. Windows color (decimal): -3633189 or 14389192. OLE color: 14389192.

HSL color Cylindrical-coordinate representation of color #C88FDB: hue angle of 285º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C88FDB is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 200 143 219 -
CMYK 0.09 0.35 0 0.14
HSL 285º 0.51% 0.71% -
HSV(B) 285º 0.35% 0.86% -
XYZ 46.43 37.04 71.72 -
YUV 168.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 200 143 219 0.09 0.35 0 0.14 285 0.51 0.71
Hex C8 8F DB 9 23 0 E 11D 33 47
Octal 310 217 333 11 43 0 16 435 63 107
Binary 11001000 10001111 11011011 1001 100011 0 1110 100011101 110011 1000111

Color Harmonies of #C88FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FDB

Black with #C88FDB

Text Example


Text Example

White with #C88FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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