Html Css Color HEX #CF93BC Lily

📋 copy color: '#CF93BC'

red 207 ◦ green 147 ◦ blue 188

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

Shades of Lily #CF93BC

Tints of Lily #CF93BC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 27.12%

 BLUE value IS 188 (73.83% from 255) = 34.69%

R = 38.19%
G = 27.12%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF93BC (or 0xCF93BC) is known color: Lily. HEX triplet: CF, 93 and BC. RGB value is (207,147,188). Sum of RGB (Red+Green+Blue) = 207+147+188=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 147 (57.81% from 255 or 27.12% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF93BC is #306C43. Grayscale: #A9A9A9. Windows color (decimal): -3173444 or 12358607. OLE color: 12358607.

HSL color Cylindrical-coordinate representation of color #CF93BC: hue angle of 319º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF93BC is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 188 -
CMYK 0 0.29 0.09 0.19
HSL 319º 0.38% 0.69% -
HSV(B) 319º 0.29% 0.81% -
XYZ 45.24 37.76 52.48 -
YUV 169.61 138.38 154.67 -
System Red Green Blue C M Y K H S L
Decimal 207 147 188 0 0.29 0.09 0.19 319 0.38 0.69
Hex CF 93 BC 0 1D 9 13 13F 26 45
Octal 317 223 274 0 35 11 23 477 46 105
Binary 11001111 10010011 10111100 0 11101 1001 10011 100111111 100110 1000101

Color Harmonies of #CF93BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93BC

Black with #CF93BC

Text Example


Text Example

White with #CF93BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93BC; }

 p { color: rgb(207,147,188); }

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

background-color css

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

 a { background-color: rgb(207,147,188); }

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

border-color css

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

 span { border-color: rgb(207,147,188); }

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