Html Css Color HEX #CF83BB Lily

📋 copy color: '#CF83BB'

red 207 ◦ green 131 ◦ blue 187

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

Shades of Lily #CF83BB

Tints of Lily #CF83BB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.95%

 BLUE value IS 187 (73.44% from 255) = 35.62%

R = 39.43%
G = 24.95%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#CF83BB (or 0xCF83BB) is known color: Lily. HEX triplet: CF, 83 and BB. RGB value is (207,131,187). Sum of RGB (Red+Green+Blue) = 207+131+187=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 131 (51.56% from 255 or 24.95% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83BB is #307C44. Grayscale: #9F9F9F. Windows color (decimal): -3177541 or 12288975. OLE color: 12288975.

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

Color convert

RGB 207 131 187 -
CMYK 0 0.37 0.10 0.19
HSL 315.79º 0.44% 0.66% -
HSV(B) 315.79º 0.37% 0.81% -
XYZ 42.82 33.09 51.14 -
YUV 160.11 143.18 161.45 -
System Red Green Blue C M Y K H S L
Decimal 207 131 187 0 0.37 0.10 0.19 315.79 0.44 0.66
Hex CF 83 BB 0 25 A 13 13C 2C 42
Octal 317 203 273 0 45 12 23 474 54 102
Binary 11001111 10000011 10111011 0 100101 1010 10011 100111100 101100 1000010

Color Harmonies of #CF83BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83BB

Black with #CF83BB

Text Example


Text Example

White with #CF83BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83BB; }

 p { color: rgb(207,131,187); }

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

background-color css

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

 a { background-color: rgb(207,131,187); }

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

border-color css

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

 span { border-color: rgb(207,131,187); }

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