Html Css Color HEX #C488DE Wisteria

📋 copy color: '#C488DE'

red 196 ◦ green 136 ◦ blue 222

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

Shades of Wisteria #C488DE

Tints of Wisteria #C488DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.07%

R = 35.38%
G = 24.55%
B = 40.07%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C488DE (or 0xC488DE) is known color: Wisteria. HEX triplet: C4, 88 and DE. RGB value is (196,136,222). Sum of RGB (Red+Green+Blue) = 196+136+222=554 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.38% from 554); Green value is 136 (53.52% from 255 or 24.55% from 554); Blue value is 222 (87.11% from 255 or 40.07% from 554); Max value from RGB is 222 - color contains mainly: blue. Hex color #C488DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DE is #3B7721. Grayscale: #A3A3A3. Windows color (decimal): -3897122 or 14584004. OLE color: 14584004.

HSL color Cylindrical-coordinate representation of color #C488DE: hue angle of 281.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C488DE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 136 222 -
CMYK 0.12 0.39 0 0.13
HSL 281.86º 0.57% 0.7% -
HSV(B) 281.86º 0.39% 0.87% -
XYZ 44.75 34.62 73.43 -
YUV 163.74 160.88 151.01 -
System Red Green Blue C M Y K H S L
Decimal 196 136 222 0.12 0.39 0 0.13 281.86 0.57 0.7
Hex C4 88 DE C 27 0 D 11A 39 46
Octal 304 210 336 14 47 0 15 432 71 106
Binary 11000100 10001000 11011110 1100 100111 0 1101 100011010 111001 1000110

Color Harmonies of #C488DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488DE

Black with #C488DE

Text Example


Text Example

White with #C488DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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