Html Css Color HEX #C485CA Lilac

📋 copy color: '#C485CA'

red 196 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C485CA

Tints of Lilac #C485CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 36.91%
G = 25.05%
B = 38.04%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C485CA (or 0xC485CA) is known color: Lilac. HEX triplet: C4, 85 and CA. RGB value is (196,133,202). Sum of RGB (Red+Green+Blue) = 196+133+202=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #C485CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CA is #3B7A35. Grayscale: #9F9F9F. Windows color (decimal): -3897910 or 13272516. OLE color: 13272516.

HSL color Cylindrical-coordinate representation of color #C485CA: hue angle of 294.78º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C485CA is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 133 202 -
CMYK 0.03 0.34 0 0.21
HSL 294.78º 0.39% 0.66% -
HSV(B) 294.78º 0.34% 0.79% -
XYZ 41.81 32.78 60 -
YUV 159.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 196 133 202 0.03 0.34 0 0.21 294.78 0.39 0.66
Hex C4 85 CA 3 22 0 15 127 27 42
Octal 304 205 312 3 42 0 25 447 47 102
Binary 11000100 10000101 11001010 11 100010 0 10101 100100111 100111 1000010

Color Harmonies of #C485CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485CA

Black with #C485CA

Text Example


Text Example

White with #C485CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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