Html Css Color HEX #C285C3 Lilac

📋 copy color: '#C285C3'

red 194 ◦ green 133 ◦ blue 195

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

Shades of Lilac #C285C3

Tints of Lilac #C285C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.36%

R = 37.16%
G = 25.48%
B = 37.36%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C285C3 (or 0xC285C3) is known color: Lilac. HEX triplet: C2, 85 and C3. RGB value is (194,133,195). Sum of RGB (Red+Green+Blue) = 194+133+195=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 133 (52.34% from 255 or 25.48% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 195 - color contains mainly: blue. Hex color #C285C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285C3 is #3D7A3C. Grayscale: #9E9E9E. Windows color (decimal): -4028989 or 12813762. OLE color: 12813762.

HSL color Cylindrical-coordinate representation of color #C285C3: hue angle of 299.03º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C285C3 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 195 -
CMYK 0.01 0.32 0 0.24
HSL 299.03º 0.34% 0.64% -
HSV(B) 299.03º 0.32% 0.76% -
XYZ 40.49 32.18 55.71 -
YUV 158.31 148.71 153.46 -
System Red Green Blue C M Y K H S L
Decimal 194 133 195 0.01 0.32 0 0.24 299.03 0.34 0.64
Hex C2 85 C3 1 20 0 18 12B 22 40
Octal 302 205 303 1 40 0 30 453 42 100
Binary 11000010 10000101 11000011 1 100000 0 11000 100101011 100010 1000000

Color Harmonies of #C285C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285C3

Black with #C285C3

Text Example


Text Example

White with #C285C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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