Html Css Color HEX #C288E1 Wisteria

📋 copy color: '#C288E1'

red 194 ◦ green 136 ◦ blue 225

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

Shades of Wisteria #C288E1

Tints of Wisteria #C288E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.54%

R = 34.95%
G = 24.5%
B = 40.54%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C288E1 (or 0xC288E1) is known color: Wisteria. HEX triplet: C2, 88 and E1. RGB value is (194,136,225). Sum of RGB (Red+Green+Blue) = 194+136+225=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #C288E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288E1 is #3D771E. Grayscale: #A3A3A3. Windows color (decimal): -4028191 or 14780610. OLE color: 14780610.

HSL color Cylindrical-coordinate representation of color #C288E1: hue angle of 279.1º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C288E1 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 136 225 -
CMYK 0.14 0.40 0 0.12
HSL 279.1º 0.6% 0.71% -
HSV(B) 279.1º 0.4% 0.88% -
XYZ 44.64 34.51 75.54 -
YUV 163.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 194 136 225 0.14 0.40 0 0.12 279.1 0.6 0.71
Hex C2 88 E1 E 28 0 C 117 3C 47
Octal 302 210 341 16 50 0 14 427 74 107
Binary 11000010 10001000 11100001 1110 101000 0 1100 100010111 111100 1000111

Color Harmonies of #C288E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C288E1

Black with #C288E1

Text Example


Text Example

White with #C288E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C288E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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