Html Css Color HEX #CF85B3 Lily

📋 copy color: '#CF85B3'

red 207 ◦ green 133 ◦ blue 179

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

Shades of Lily #CF85B3

Tints of Lily #CF85B3

RGB

 RED value IS 207 (81.25% from 255) = 39.88%

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

 BLUE value IS 179 (70.31% from 255) = 34.49%

R = 39.88%
G = 25.63%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF85B3 (or 0xCF85B3) is known color: Lily. HEX triplet: CF, 85 and B3. RGB value is (207,133,179). Sum of RGB (Red+Green+Blue) = 207+133+179=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 179 (70.31% from 255 or 34.49% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF85B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF85B3 is #307A4C. Grayscale: #A0A0A0. Windows color (decimal): -3177037 or 11765199. OLE color: 11765199.

HSL color Cylindrical-coordinate representation of color #CF85B3: hue angle of 322.7º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CF85B3 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 133 179 -
CMYK 0 0.36 0.14 0.19
HSL 322.7º 0.44% 0.67% -
HSV(B) 322.7º 0.36% 0.81% -
XYZ 42.26 33.3 46.85 -
YUV 160.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 207 133 179 0 0.36 0.14 0.19 322.7 0.44 0.67
Hex CF 85 B3 0 24 E 13 143 2C 43
Octal 317 205 263 0 44 16 23 503 54 103
Binary 11001111 10000101 10110011 0 100100 1110 10011 101000011 101100 1000011

Color Harmonies of #CF85B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF85B3

Black with #CF85B3

Text Example


Text Example

White with #CF85B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF85B3; }

 p { color: rgb(207,133,179); }

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

background-color css

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

 a { background-color: rgb(207,133,179); }

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

border-color css

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

 span { border-color: rgb(207,133,179); }

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