Html Css Color HEX #C285A7 Lily

📋 copy color: '#C285A7'

red 194 ◦ green 133 ◦ blue 167

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

Shades of Lily #C285A7

Tints of Lily #C285A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 33.81%

R = 39.27%
G = 26.92%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C285A7 (or 0xC285A7) is known color: Lily. HEX triplet: C2, 85 and A7. RGB value is (194,133,167). Sum of RGB (Red+Green+Blue) = 194+133+167=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 167 (65.62% from 255 or 33.81% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C285A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285A7 is #3D7A58. Grayscale: #9B9B9B. Windows color (decimal): -4029017 or 10978754. OLE color: 10978754.

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

Color convert

RGB 194 133 167 -
CMYK 0 0.31 0.14 0.24
HSL 326.56º 0.33% 0.64% -
HSV(B) 326.56º 0.31% 0.76% -
XYZ 37.61 31.03 40.57 -
YUV 155.12 134.71 155.74 -
System Red Green Blue C M Y K H S L
Decimal 194 133 167 0 0.31 0.14 0.24 326.56 0.33 0.64
Hex C2 85 A7 0 1F E 18 147 21 40
Octal 302 205 247 0 37 16 30 507 41 100
Binary 11000010 10000101 10100111 0 11111 1110 11000 101000111 100001 1000000

Color Harmonies of #C285A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285A7

Black with #C285A7

Text Example


Text Example

White with #C285A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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