Html Css Color HEX #C485CF Lilac

📋 copy color: '#C485CF'

red 196 ◦ green 133 ◦ blue 207

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

Shades of Lilac #C485CF

Tints of Lilac #C485CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.62%

R = 36.57%
G = 24.81%
B = 38.62%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C485CF (or 0xC485CF) is known color: Lilac. HEX triplet: C4, 85 and CF. RGB value is (196,133,207). Sum of RGB (Red+Green+Blue) = 196+133+207=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #C485CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CF is #3B7A30. Grayscale: #A0A0A0. Windows color (decimal): -3897905 or 13600196. OLE color: 13600196.

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

Color convert

RGB 196 133 207 -
CMYK 0.05 0.36 0 0.19
HSL 291.08º 0.44% 0.67% -
HSV(B) 291.08º 0.36% 0.81% -
XYZ 42.41 33.02 63.17 -
YUV 160.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 196 133 207 0.05 0.36 0 0.19 291.08 0.44 0.67
Hex C4 85 CF 5 24 0 13 123 2C 43
Octal 304 205 317 5 44 0 23 443 54 103
Binary 11000100 10000101 11001111 101 100100 0 10011 100100011 101100 1000011

Color Harmonies of #C485CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C485CF

Black with #C485CF

Text Example


Text Example

White with #C485CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C485CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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