Html Css Color HEX #C288DF Wisteria

📋 copy color: '#C288DF'

red 194 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #C288DF

Tints of Wisteria #C288DF

RGB

 RED value IS 194 (76.17% from 255) = 35.08%

 GREEN value IS 136 (53.52% from 255) = 24.59%

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

R = 35.08%
G = 24.59%
B = 40.33%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C288DF (or 0xC288DF) is known color: Wisteria. HEX triplet: C2, 88 and DF. RGB value is (194,136,223). Sum of RGB (Red+Green+Blue) = 194+136+223=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 136 (53.52% from 255 or 24.59% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #C288DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DF is #3D7720. Grayscale: #A2A2A2. Windows color (decimal): -4028193 or 14649538. OLE color: 14649538.

HSL color Cylindrical-coordinate representation of color #C288DF: hue angle of 280º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C288DF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 136 223 -
CMYK 0.13 0.39 0 0.13
HSL 280º 0.58% 0.7% -
HSV(B) 280º 0.39% 0.87% -
XYZ 44.37 34.41 74.11 -
YUV 163.26 161.72 149.93 -
System Red Green Blue C M Y K H S L
Decimal 194 136 223 0.13 0.39 0 0.13 280 0.58 0.7
Hex C2 88 DF D 27 0 D 118 3A 46
Octal 302 210 337 15 47 0 15 430 72 106
Binary 11000010 10001000 11011111 1101 100111 0 1101 100011000 111010 1000110

Color Harmonies of #C288DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288DF

Black with #C288DF

Text Example


Text Example

White with #C288DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288DF; }

 p { color: rgb(194,136,223); }

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

background-color css

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

 a { background-color: rgb(194,136,223); }

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

border-color css

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

 span { border-color: rgb(194,136,223); }

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