Html Css Color HEX #C285AE Lily

📋 copy color: '#C285AE'

red 194 ◦ green 133 ◦ blue 174

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

Shades of Lily #C285AE

Tints of Lily #C285AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 34.73%

R = 38.72%
G = 26.55%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C285AE (or 0xC285AE) is known color: Lily. HEX triplet: C2, 85 and AE. RGB value is (194,133,174). Sum of RGB (Red+Green+Blue) = 194+133+174=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AE is #3D7A51. Grayscale: #9B9B9B. Windows color (decimal): -4029010 or 11437506. OLE color: 11437506.

HSL color Cylindrical-coordinate representation of color #C285AE: hue angle of 319.67º 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 #C285AE is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 133 174 -
CMYK 0 0.31 0.10 0.24
HSL 319.67º 0.33% 0.64% -
HSV(B) 319.67º 0.31% 0.76% -
XYZ 38.28 31.3 44.07 -
YUV 155.91 138.21 155.17 -
System Red Green Blue C M Y K H S L
Decimal 194 133 174 0 0.31 0.10 0.24 319.67 0.33 0.64
Hex C2 85 AE 0 1F A 18 140 21 40
Octal 302 205 256 0 37 12 30 500 41 100
Binary 11000010 10000101 10101110 0 11111 1010 11000 101000000 100001 1000000

Color Harmonies of #C285AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285AE

Black with #C285AE

Text Example


Text Example

White with #C285AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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