Html Css Color HEX #C288DE Wisteria

📋 copy color: '#C288DE'

red 194 ◦ green 136 ◦ blue 222

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

Shades of Wisteria #C288DE

Tints of Wisteria #C288DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.22%

R = 35.14%
G = 24.64%
B = 40.22%

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

#C288DE (or 0xC288DE) is known color: Wisteria. HEX triplet: C2, 88 and DE. RGB value is (194,136,222). Sum of RGB (Red+Green+Blue) = 194+136+222=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 136 (53.52% from 255 or 24.64% from 552); Blue value is 222 (87.11% from 255 or 40.22% from 552); Max value from RGB is 222 - color contains mainly: blue. Hex color #C288DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288DE is #3D7721. Grayscale: #A2A2A2. Windows color (decimal): -4028194 or 14584002. OLE color: 14584002.

HSL color Cylindrical-coordinate representation of color #C288DE: hue angle of 280.47º degrees, saturation: 0.57, 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 #C288DE is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 136 222 -
CMYK 0.13 0.39 0 0.13
HSL 280.47º 0.57% 0.7% -
HSV(B) 280.47º 0.39% 0.87% -
XYZ 44.24 34.35 73.41 -
YUV 163.15 161.22 150.01 -
System Red Green Blue C M Y K H S L
Decimal 194 136 222 0.13 0.39 0 0.13 280.47 0.57 0.7
Hex C2 88 DE D 27 0 D 118 39 46
Octal 302 210 336 15 47 0 15 430 71 106
Binary 11000010 10001000 11011110 1101 100111 0 1101 100011000 111001 1000110

Color Harmonies of #C288DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288DE

Black with #C288DE

Text Example


Text Example

White with #C288DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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