Html Css Color HEX #C88DDF Wisteria

📋 copy color: '#C88DDF'

red 200 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #C88DDF

Tints of Wisteria #C88DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25%

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

R = 35.46%
G = 25%
B = 39.54%

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

#C88DDF (or 0xC88DDF) is known color: Wisteria. HEX triplet: C8, 8D and DF. RGB value is (200,141,223). Sum of RGB (Red+Green+Blue) = 200+141+223=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 223 - color contains mainly: blue. Hex color #C88DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88DDF is #377220. Grayscale: #A7A7A7. Windows color (decimal): -3633697 or 14650824. OLE color: 14650824.

HSL color Cylindrical-coordinate representation of color #C88DDF: hue angle of 283.17º 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 #C88DDF is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 200 141 223 -
CMYK 0.10 0.37 0 0.13
HSL 283.17º 0.56% 0.71% -
HSV(B) 283.17º 0.37% 0.87% -
XYZ 46.66 36.66 74.43 -
YUV 167.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 200 141 223 0.10 0.37 0 0.13 283.17 0.56 0.71
Hex C8 8D DF A 25 0 D 11B 38 47
Octal 310 215 337 12 45 0 15 433 70 107
Binary 11001000 10001101 11011111 1010 100101 0 1101 100011011 111000 1000111

Color Harmonies of #C88DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88DDF

Black with #C88DDF

Text Example


Text Example

White with #C88DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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