Html Css Color HEX #C488ED Wisteria

📋 copy color: '#C488ED'

red 196 ◦ green 136 ◦ blue 237

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

Shades of Wisteria #C488ED

Tints of Wisteria #C488ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.65%

R = 34.45%
G = 23.9%
B = 41.65%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C488ED (or 0xC488ED) is known color: Wisteria. HEX triplet: C4, 88 and ED. RGB value is (196,136,237). Sum of RGB (Red+Green+Blue) = 196+136+237=569 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.45% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C488ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C488ED is #3B7712. Grayscale: #A5A5A5. Windows color (decimal): -3897107 or 15567044. OLE color: 15567044.

HSL color Cylindrical-coordinate representation of color #C488ED: hue angle of 275.64º degrees, saturation: 0.74, 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 #C488ED is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 136 237 -
CMYK 0.17 0.43 0 0.07
HSL 275.64º 0.74% 0.73% -
HSV(B) 275.64º 0.43% 0.93% -
XYZ 46.86 35.46 84.5 -
YUV 165.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 196 136 237 0.17 0.43 0 0.07 275.64 0.74 0.73
Hex C4 88 ED 11 2B 0 7 114 4A 49
Octal 304 210 355 21 53 0 7 424 112 111
Binary 11000100 10001000 11101101 10001 101011 0 111 100010100 1001010 1001001

Color Harmonies of #C488ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488ED

Black with #C488ED

Text Example


Text Example

White with #C488ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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