Html Css Color HEX #C88FE0 Wisteria

📋 copy color: '#C88FE0'

red 200 ◦ green 143 ◦ blue 224

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

Shades of Wisteria #C88FE0

Tints of Wisteria #C88FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.51%

R = 35.27%
G = 25.22%
B = 39.51%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C88FE0 (or 0xC88FE0) is known color: Wisteria. HEX triplet: C8, 8F and E0. RGB value is (200,143,224). Sum of RGB (Red+Green+Blue) = 200+143+224=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #C88FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FE0 is #37701F. Grayscale: #A9A9A9. Windows color (decimal): -3633184 or 14716872. OLE color: 14716872.

HSL color Cylindrical-coordinate representation of color #C88FE0: hue angle of 282.22º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C88FE0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 143 224 -
CMYK 0.11 0.36 0 0.12
HSL 282.22º 0.57% 0.72% -
HSV(B) 282.22º 0.36% 0.88% -
XYZ 47.1 37.31 75.24 -
YUV 169.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 200 143 224 0.11 0.36 0 0.12 282.22 0.57 0.72
Hex C8 8F E0 B 24 0 C 11A 39 48
Octal 310 217 340 13 44 0 14 432 71 110
Binary 11001000 10001111 11100000 1011 100100 0 1100 100011010 111001 1001000

Color Harmonies of #C88FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88FE0

Black with #C88FE0

Text Example


Text Example

White with #C88FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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