Html Css Color HEX #CF83B4 Lily

📋 copy color: '#CF83B4'

red 207 ◦ green 131 ◦ blue 180

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

Shades of Lily #CF83B4

Tints of Lily #CF83B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 39.96%
G = 25.29%
B = 34.75%

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

#CF83B4 (or 0xCF83B4) is known color: Lily. HEX triplet: CF, 83 and B4. RGB value is (207,131,180). Sum of RGB (Red+Green+Blue) = 207+131+180=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 131 (51.56% from 255 or 25.29% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83B4 is #307C4B. Grayscale: #9F9F9F. Windows color (decimal): -3177548 or 11830223. OLE color: 11830223.

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

Color convert

RGB 207 131 180 -
CMYK 0 0.37 0.13 0.19
HSL 321.32º 0.44% 0.66% -
HSV(B) 321.32º 0.37% 0.81% -
XYZ 42.09 32.79 47.29 -
YUV 159.31 139.68 162.02 -
System Red Green Blue C M Y K H S L
Decimal 207 131 180 0 0.37 0.13 0.19 321.32 0.44 0.66
Hex CF 83 B4 0 25 D 13 141 2C 42
Octal 317 203 264 0 45 15 23 501 54 102
Binary 11001111 10000011 10110100 0 100101 1101 10011 101000001 101100 1000010

Color Harmonies of #CF83B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF83B4

Black with #CF83B4

Text Example


Text Example

White with #CF83B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF83B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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