Html Css Color HEX #C285CD Lilac

📋 copy color: '#C285CD'

red 194 ◦ green 133 ◦ blue 205

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

Shades of Lilac #C285CD

Tints of Lilac #C285CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.53%

R = 36.47%
G = 25%
B = 38.53%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C285CD (or 0xC285CD) is known color: Lilac. HEX triplet: C2, 85 and CD. RGB value is (194,133,205). Sum of RGB (Red+Green+Blue) = 194+133+205=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 205 - color contains mainly: blue. Hex color #C285CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C285CD is #3D7A32. Grayscale: #9F9F9F. Windows color (decimal): -4028979 or 13469122. OLE color: 13469122.

HSL color Cylindrical-coordinate representation of color #C285CD: hue angle of 290.83º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C285CD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 133 205 -
CMYK 0.05 0.35 0 0.20
HSL 290.83º 0.42% 0.66% -
HSV(B) 290.83º 0.35% 0.8% -
XYZ 41.66 32.65 61.86 -
YUV 159.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 194 133 205 0.05 0.35 0 0.20 290.83 0.42 0.66
Hex C2 85 CD 5 23 0 14 123 2A 42
Octal 302 205 315 5 43 0 24 443 52 102
Binary 11000010 10000101 11001101 101 100011 0 10100 100100011 101010 1000010

Color Harmonies of #C285CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285CD

Black with #C285CD

Text Example


Text Example

White with #C285CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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