Html Css Color HEX #C88CDF Wisteria

📋 copy color: '#C88CDF'

red 200 ◦ green 140 ◦ blue 223

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

Shades of Wisteria #C88CDF

Tints of Wisteria #C88CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 35.52%
G = 24.87%
B = 39.61%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C88CDF (or 0xC88CDF) is known color: Wisteria. HEX triplet: C8, 8C and DF. RGB value is (200,140,223). Sum of RGB (Red+Green+Blue) = 200+140+223=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88CDF is #377320. Grayscale: #A7A7A7. Windows color (decimal): -3633953 or 14650568. OLE color: 14650568.

HSL color Cylindrical-coordinate representation of color #C88CDF: hue angle of 283.37º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C88CDF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 140 223 -
CMYK 0.10 0.37 0 0.13
HSL 283.37º 0.56% 0.71% -
HSV(B) 283.37º 0.37% 0.87% -
XYZ 46.52 36.36 74.38 -
YUV 167.4 159.38 151.25 -
System Red Green Blue C M Y K H S L
Decimal 200 140 223 0.10 0.37 0 0.13 283.37 0.56 0.71
Hex C8 8C DF A 25 0 D 11B 38 47
Octal 310 214 337 12 45 0 15 433 70 107
Binary 11001000 10001100 11011111 1010 100101 0 1101 100011011 111000 1000111

Color Harmonies of #C88CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88CDF

Black with #C88CDF

Text Example


Text Example

White with #C88CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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