Html Css Color HEX #CF82BC Lily

📋 copy color: '#CF82BC'

red 207 ◦ green 130 ◦ blue 188

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

Shades of Lily #CF82BC

Tints of Lily #CF82BC

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.76%

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

R = 39.43%
G = 24.76%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF82BC (or 0xCF82BC) is known color: Lily. HEX triplet: CF, 82 and BC. RGB value is (207,130,188). Sum of RGB (Red+Green+Blue) = 207+130+188=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF82BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82BC is #307D43. Grayscale: #9F9F9F. Windows color (decimal): -3177796 or 12354255. OLE color: 12354255.

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

Color convert

RGB 207 130 188 -
CMYK 0 0.37 0.09 0.19
HSL 314.81º 0.45% 0.66% -
HSV(B) 314.81º 0.37% 0.81% -
XYZ 42.79 32.86 51.66 -
YUV 159.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 207 130 188 0 0.37 0.09 0.19 314.81 0.45 0.66
Hex CF 82 BC 0 25 9 13 13B 2D 42
Octal 317 202 274 0 45 11 23 473 55 102
Binary 11001111 10000010 10111100 0 100101 1001 10011 100111011 101101 1000010

Color Harmonies of #CF82BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF82BC

Black with #CF82BC

Text Example


Text Example

White with #CF82BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF82BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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