Html Css Color HEX #C288EE Wisteria

📋 copy color: '#C288EE'

red 194 ◦ green 136 ◦ blue 238

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

Shades of Wisteria #C288EE

Tints of Wisteria #C288EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 34.15%
G = 23.94%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C288EE (or 0xC288EE) is known color: Wisteria. HEX triplet: C2, 88 and EE. RGB value is (194,136,238). Sum of RGB (Red+Green+Blue) = 194+136+238=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #C288EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C288EE is #3D7711. Grayscale: #A4A4A4. Windows color (decimal): -4028178 or 15632578. OLE color: 15632578.

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

Color convert

RGB 194 136 238 -
CMYK 0.18 0.43 0 0.07
HSL 274.12º 0.75% 0.73% -
HSV(B) 274.12º 0.43% 0.93% -
XYZ 46.48 35.25 85.24 -
YUV 164.97 169.22 148.71 -
System Red Green Blue C M Y K H S L
Decimal 194 136 238 0.18 0.43 0 0.07 274.12 0.75 0.73
Hex C2 88 EE 12 2B 0 7 112 4B 49
Octal 302 210 356 22 53 0 7 422 113 111
Binary 11000010 10001000 11101110 10010 101011 0 111 100010010 1001011 1001001

Color Harmonies of #C288EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288EE

Black with #C288EE

Text Example


Text Example

White with #C288EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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