Html Css Color HEX #C88CEC Wisteria

📋 copy color: '#C88CEC'

red 200 ◦ green 140 ◦ blue 236

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

Shades of Wisteria #C88CEC

Tints of Wisteria #C88CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.97%

R = 34.72%
G = 24.31%
B = 40.97%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C88CEC (or 0xC88CEC) is known color: Wisteria. HEX triplet: C8, 8C and EC. RGB value is (200,140,236). Sum of RGB (Red+Green+Blue) = 200+140+236=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #C88CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C88CEC is #377313. Grayscale: #A8A8A8. Windows color (decimal): -3633940 or 15502536. OLE color: 15502536.

HSL color Cylindrical-coordinate representation of color #C88CEC: hue angle of 277.5º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C88CEC is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 140 236 -
CMYK 0.15 0.41 0 0.07
HSL 277.5º 0.72% 0.74% -
HSV(B) 277.5º 0.41% 0.93% -
XYZ 48.34 37.09 83.97 -
YUV 168.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 200 140 236 0.15 0.41 0 0.07 277.5 0.72 0.74
Hex C8 8C EC F 29 0 7 116 48 4A
Octal 310 214 354 17 51 0 7 426 110 112
Binary 11001000 10001100 11101100 1111 101001 0 111 100010110 1001000 1001010

Color Harmonies of #C88CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CEC

Black with #C88CEC

Text Example


Text Example

White with #C88CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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