Html Css Color HEX #C488E4 Wisteria

📋 copy color: '#C488E4'

red 196 ◦ green 136 ◦ blue 228

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

Shades of Wisteria #C488E4

Tints of Wisteria #C488E4

RGB

 RED value IS 196 (76.95% from 255) = 35%

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

 BLUE value IS 228 (89.45% from 255) = 40.71%

R = 35%
G = 24.29%
B = 40.71%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C488E4 (or 0xC488E4) is known color: Wisteria. HEX triplet: C4, 88 and E4. RGB value is (196,136,228). Sum of RGB (Red+Green+Blue) = 196+136+228=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C488E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488E4 is #3B771B. Grayscale: #A4A4A4. Windows color (decimal): -3897116 or 14977220. OLE color: 14977220.

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

Color convert

RGB 196 136 228 -
CMYK 0.14 0.40 0 0.11
HSL 279.13º 0.63% 0.71% -
HSV(B) 279.13º 0.4% 0.89% -
XYZ 45.57 34.95 77.74 -
YUV 164.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 196 136 228 0.14 0.40 0 0.11 279.13 0.63 0.71
Hex C4 88 E4 E 28 0 B 117 3F 47
Octal 304 210 344 16 50 0 13 427 77 107
Binary 11000100 10001000 11100100 1110 101000 0 1011 100010111 111111 1000111

Color Harmonies of #C488E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488E4

Black with #C488E4

Text Example


Text Example

White with #C488E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488E4; }

 p { color: rgb(196,136,228); }

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

background-color css

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

 a { background-color: rgb(196,136,228); }

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

border-color css

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

 span { border-color: rgb(196,136,228); }

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