Html Css Color HEX #C485CE Lilac

📋 copy color: '#C485CE'

red 196 ◦ green 133 ◦ blue 206

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

Shades of Lilac #C485CE

Tints of Lilac #C485CE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.86%

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 36.64%
G = 24.86%
B = 38.5%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C485CE (or 0xC485CE) is known color: Lilac. HEX triplet: C4, 85 and CE. RGB value is (196,133,206). Sum of RGB (Red+Green+Blue) = 196+133+206=535 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.64% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #C485CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CE is #3B7A31. Grayscale: #9F9F9F. Windows color (decimal): -3897906 or 13534660. OLE color: 13534660.

HSL color Cylindrical-coordinate representation of color #C485CE: hue angle of 291.78º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C485CE is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 133 206 -
CMYK 0.05 0.35 0 0.19
HSL 291.78º 0.43% 0.66% -
HSV(B) 291.78º 0.35% 0.81% -
XYZ 42.29 32.97 62.53 -
YUV 160.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 196 133 206 0.05 0.35 0 0.19 291.78 0.43 0.66
Hex C4 85 CE 5 23 0 13 124 2B 42
Octal 304 205 316 5 43 0 23 444 53 102
Binary 11000100 10000101 11001110 101 100011 0 10011 100100100 101011 1000010

Color Harmonies of #C485CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485CE

Black with #C485CE

Text Example


Text Example

White with #C485CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485CE; }

 p { color: rgb(196,133,206); }

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

background-color css

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

 a { background-color: rgb(196,133,206); }

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

border-color css

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

 span { border-color: rgb(196,133,206); }

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