Html Css Color HEX #C488DF Wisteria

📋 copy color: '#C488DF'

red 196 ◦ green 136 ◦ blue 223

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

Shades of Wisteria #C488DF

Tints of Wisteria #C488DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.18%

R = 35.32%
G = 24.5%
B = 40.18%

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

#C488DF (or 0xC488DF) is known color: Wisteria. HEX triplet: C4, 88 and DF. RGB value is (196,136,223). Sum of RGB (Red+Green+Blue) = 196+136+223=555 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.32% from 555); Green value is 136 (53.52% from 255 or 24.50% from 555); Blue value is 223 (87.5% from 255 or 40.18% from 555); Max value from RGB is 223 - color contains mainly: blue. Hex color #C488DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C488DF is #3B7720. Grayscale: #A3A3A3. Windows color (decimal): -3897121 or 14649540. OLE color: 14649540.

HSL color Cylindrical-coordinate representation of color #C488DF: hue angle of 281.38º degrees, saturation: 0.58, 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 #C488DF is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 196 136 223 -
CMYK 0.12 0.39 0 0.13
HSL 281.38º 0.58% 0.7% -
HSV(B) 281.38º 0.39% 0.87% -
XYZ 44.89 34.67 74.14 -
YUV 163.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 196 136 223 0.12 0.39 0 0.13 281.38 0.58 0.7
Hex C4 88 DF C 27 0 D 119 3A 46
Octal 304 210 337 14 47 0 15 431 72 106
Binary 11000100 10001000 11011111 1100 100111 0 1101 100011001 111010 1000110

Color Harmonies of #C488DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C488DF

Black with #C488DF

Text Example


Text Example

White with #C488DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C488DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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