Html Css Color HEX #C88CDA Wisteria

📋 copy color: '#C88CDA'

red 200 ◦ green 140 ◦ blue 218

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

Shades of Wisteria #C88CDA

Tints of Wisteria #C88CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.07%

R = 35.84%
G = 25.09%
B = 39.07%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C88CDA (or 0xC88CDA) is known color: Wisteria. HEX triplet: C8, 8C and DA. RGB value is (200,140,218). Sum of RGB (Red+Green+Blue) = 200+140+218=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #C88CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CDA is #377325. Grayscale: #A6A6A6. Windows color (decimal): -3633958 or 14322888. OLE color: 14322888.

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

Color convert

RGB 200 140 218 -
CMYK 0.08 0.36 0 0.15
HSL 286.15º 0.51% 0.7% -
HSV(B) 286.15º 0.36% 0.85% -
XYZ 45.85 36.1 70.88 -
YUV 166.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 200 140 218 0.08 0.36 0 0.15 286.15 0.51 0.7
Hex C8 8C DA 8 24 0 F 11E 33 46
Octal 310 214 332 10 44 0 17 436 63 106
Binary 11001000 10001100 11011010 1000 100100 0 1111 100011110 110011 1000110

Color Harmonies of #C88CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CDA

Black with #C88CDA

Text Example


Text Example

White with #C88CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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