Html Css Color HEX #C285CA Lilac

📋 copy color: '#C285CA'

red 194 ◦ green 133 ◦ blue 202

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

Shades of Lilac #C285CA

Tints of Lilac #C285CA

RGB

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

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

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

R = 36.67%
G = 25.14%
B = 38.19%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C285CA (or 0xC285CA) is known color: Lilac. HEX triplet: C2, 85 and CA. RGB value is (194,133,202). Sum of RGB (Red+Green+Blue) = 194+133+202=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 202 - color contains mainly: blue. Hex color #C285CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285CA is #3D7A35. Grayscale: #9E9E9E. Windows color (decimal): -4028982 or 13272514. OLE color: 13272514.

HSL color Cylindrical-coordinate representation of color #C285CA: hue angle of 293.04º 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 #C285CA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 133 202 -
CMYK 0.04 0.34 0 0.21
HSL 293.04º 0.39% 0.66% -
HSV(B) 293.04º 0.34% 0.79% -
XYZ 41.3 32.51 59.98 -
YUV 159.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 194 133 202 0.04 0.34 0 0.21 293.04 0.39 0.66
Hex C2 85 CA 4 22 0 15 125 27 42
Octal 302 205 312 4 42 0 25 445 47 102
Binary 11000010 10000101 11001010 100 100010 0 10101 100100101 100111 1000010

Color Harmonies of #C285CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285CA

Black with #C285CA

Text Example


Text Example

White with #C285CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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