Html Css Color HEX #C88FDC Wisteria

📋 copy color: '#C88FDC'

red 200 ◦ green 143 ◦ blue 220

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

Shades of Wisteria #C88FDC

Tints of Wisteria #C88FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.08%

R = 35.52%
G = 25.4%
B = 39.08%

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

#C88FDC (or 0xC88FDC) is known color: Wisteria. HEX triplet: C8, 8F and DC. RGB value is (200,143,220). Sum of RGB (Red+Green+Blue) = 200+143+220=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #C88FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FDC is #377023. Grayscale: #A8A8A8. Windows color (decimal): -3633188 or 14454728. OLE color: 14454728.

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

Color convert

RGB 200 143 220 -
CMYK 0.09 0.35 0 0.14
HSL 284.42º 0.52% 0.71% -
HSV(B) 284.42º 0.35% 0.86% -
XYZ 46.56 37.09 72.42 -
YUV 168.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 200 143 220 0.09 0.35 0 0.14 284.42 0.52 0.71
Hex C8 8F DC 9 23 0 E 11C 34 47
Octal 310 217 334 11 43 0 16 434 64 107
Binary 11001000 10001111 11011100 1001 100011 0 1110 100011100 110100 1000111

Color Harmonies of #C88FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FDC

Black with #C88FDC

Text Example


Text Example

White with #C88FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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