Html Css Color HEX #CF93B1 Lily

📋 copy color: '#CF93B1'

red 207 ◦ green 147 ◦ blue 177

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

Shades of Lily #CF93B1

Tints of Lily #CF93B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 33.33%

R = 38.98%
G = 27.68%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#CF93B1 (or 0xCF93B1) is known color: Lily. HEX triplet: CF, 93 and B1. RGB value is (207,147,177). Sum of RGB (Red+Green+Blue) = 207+147+177=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 177 (69.53% from 255 or 33.33% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF93B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF93B1 is #306C4E. Grayscale: #A8A8A8. Windows color (decimal): -3173455 or 11637711. OLE color: 11637711.

HSL color Cylindrical-coordinate representation of color #CF93B1: hue angle of 330º 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 #CF93B1 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 147 177 -
CMYK 0 0.29 0.14 0.19
HSL 330º 0.38% 0.69% -
HSV(B) 330º 0.29% 0.81% -
XYZ 44.1 37.31 46.47 -
YUV 168.36 132.88 155.56 -
System Red Green Blue C M Y K H S L
Decimal 207 147 177 0 0.29 0.14 0.19 330 0.38 0.69
Hex CF 93 B1 0 1D E 13 14A 26 45
Octal 317 223 261 0 35 16 23 512 46 105
Binary 11001111 10010011 10110001 0 11101 1110 10011 101001010 100110 1000101

Color Harmonies of #CF93B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF93B1

Black with #CF93B1

Text Example


Text Example

White with #CF93B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF93B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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