Html Css Color HEX #CF83B5 Lily

📋 copy color: '#CF83B5'

red 207 ◦ green 131 ◦ blue 181

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

Shades of Lily #CF83B5

Tints of Lily #CF83B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.87%

R = 39.88%
G = 25.24%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF83B5 (or 0xCF83B5) is known color: Lily. HEX triplet: CF, 83 and B5. RGB value is (207,131,181). Sum of RGB (Red+Green+Blue) = 207+131+181=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B5 is #307C4A. Grayscale: #9F9F9F. Windows color (decimal): -3177547 or 11895759. OLE color: 11895759.

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

Color convert

RGB 207 131 181 -
CMYK 0 0.37 0.13 0.19
HSL 320.53º 0.44% 0.66% -
HSV(B) 320.53º 0.37% 0.81% -
XYZ 42.19 32.83 47.83 -
YUV 159.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 207 131 181 0 0.37 0.13 0.19 320.53 0.44 0.66
Hex CF 83 B5 0 25 D 13 141 2C 42
Octal 317 203 265 0 45 15 23 501 54 102
Binary 11001111 10000011 10110101 0 100101 1101 10011 101000001 101100 1000010

Color Harmonies of #CF83B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83B5

Black with #CF83B5

Text Example


Text Example

White with #CF83B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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