Html Css Color HEX #C288EC Wisteria

📋 copy color: '#C288EC'

red 194 ◦ green 136 ◦ blue 236

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

Shades of Wisteria #C288EC

Tints of Wisteria #C288EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 34.28%
G = 24.03%
B = 41.7%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C288EC (or 0xC288EC) is known color: Wisteria. HEX triplet: C2, 88 and EC. RGB value is (194,136,236). Sum of RGB (Red+Green+Blue) = 194+136+236=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #C288EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288EC is #3D7713. Grayscale: #A4A4A4. Windows color (decimal): -4028180 or 15501506. OLE color: 15501506.

HSL color Cylindrical-coordinate representation of color #C288EC: hue angle of 274.8º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C288EC is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 136 236 -
CMYK 0.18 0.42 0 0.07
HSL 274.8º 0.72% 0.73% -
HSV(B) 274.8º 0.42% 0.93% -
XYZ 46.19 35.13 83.7 -
YUV 164.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 194 136 236 0.18 0.42 0 0.07 274.8 0.72 0.73
Hex C2 88 EC 12 2A 0 7 113 48 49
Octal 302 210 354 22 52 0 7 423 110 111
Binary 11000010 10001000 11101100 10010 101010 0 111 100010011 1001000 1001001

Color Harmonies of #C288EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288EC

Black with #C288EC

Text Example


Text Example

White with #C288EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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