Html Css Color HEX #C285CE Lilac

📋 copy color: '#C285CE'

red 194 ◦ green 133 ◦ blue 206

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

Shades of Lilac #C285CE

Tints of Lilac #C285CE

RGB

 RED value IS 194 (76.17% from 255) = 36.4%

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

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

R = 36.4%
G = 24.95%
B = 38.65%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C285CE (or 0xC285CE) is known color: Lilac. HEX triplet: C2, 85 and CE. RGB value is (194,133,206). Sum of RGB (Red+Green+Blue) = 194+133+206=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #C285CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285CE is #3D7A31. Grayscale: #9F9F9F. Windows color (decimal): -4028978 or 13534658. OLE color: 13534658.

HSL color Cylindrical-coordinate representation of color #C285CE: hue angle of 290.14º 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 #C285CE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 133 206 -
CMYK 0.06 0.35 0 0.19
HSL 290.14º 0.43% 0.66% -
HSV(B) 290.14º 0.35% 0.81% -
XYZ 41.78 32.7 62.5 -
YUV 159.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 194 133 206 0.06 0.35 0 0.19 290.14 0.43 0.66
Hex C2 85 CE 6 23 0 13 122 2B 42
Octal 302 205 316 6 43 0 23 442 53 102
Binary 11000010 10000101 11001110 110 100011 0 10011 100100010 101011 1000010

Color Harmonies of #C285CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285CE

Black with #C285CE

Text Example


Text Example

White with #C285CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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