Html Css Color HEX #C288EF Wisteria

📋 copy color: '#C288EF'

red 194 ◦ green 136 ◦ blue 239

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

Shades of Wisteria #C288EF

Tints of Wisteria #C288EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 34.09%
G = 23.9%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C288EF (or 0xC288EF) is known color: Wisteria. HEX triplet: C2, 88 and EF. RGB value is (194,136,239). Sum of RGB (Red+Green+Blue) = 194+136+239=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C288EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288EF is #3D7710. Grayscale: #A4A4A4. Windows color (decimal): -4028177 or 15698114. OLE color: 15698114.

HSL color Cylindrical-coordinate representation of color #C288EF: hue angle of 273.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C288EF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 136 239 -
CMYK 0.19 0.43 0 0.06
HSL 273.79º 0.76% 0.74% -
HSV(B) 273.79º 0.43% 0.94% -
XYZ 46.63 35.31 86.02 -
YUV 165.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 194 136 239 0.19 0.43 0 0.06 273.79 0.76 0.74
Hex C2 88 EF 13 2B 0 6 112 4C 4A
Octal 302 210 357 23 53 0 6 422 114 112
Binary 11000010 10001000 11101111 10011 101011 0 110 100010010 1001100 1001010

Color Harmonies of #C288EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288EF

Black with #C288EF

Text Example


Text Example

White with #C288EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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