Html Css Color HEX #C285AF Lily

📋 copy color: '#C285AF'

red 194 ◦ green 133 ◦ blue 175

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

Shades of Lily #C285AF

Tints of Lily #C285AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.86%

R = 38.65%
G = 26.49%
B = 34.86%

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

#C285AF (or 0xC285AF) is known color: Lily. HEX triplet: C2, 85 and AF. RGB value is (194,133,175). Sum of RGB (Red+Green+Blue) = 194+133+175=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 133 (52.34% from 255 or 26.49% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AF is #3D7A50. Grayscale: #9B9B9B. Windows color (decimal): -4029009 or 11503042. OLE color: 11503042.

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

Color convert

RGB 194 133 175 -
CMYK 0 0.31 0.10 0.24
HSL 318.69º 0.33% 0.64% -
HSV(B) 318.69º 0.31% 0.76% -
XYZ 38.37 31.34 44.58 -
YUV 156.03 138.71 155.08 -
System Red Green Blue C M Y K H S L
Decimal 194 133 175 0 0.31 0.10 0.24 318.69 0.33 0.64
Hex C2 85 AF 0 1F A 18 13F 21 40
Octal 302 205 257 0 37 12 30 477 41 100
Binary 11000010 10000101 10101111 0 11111 1010 11000 100111111 100001 1000000

Color Harmonies of #C285AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285AF

Black with #C285AF

Text Example


Text Example

White with #C285AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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