Html Css Color HEX #CF92C0 Lily

📋 copy color: '#CF92C0'

red 207 ◦ green 146 ◦ blue 192

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

Shades of Lily #CF92C0

Tints of Lily #CF92C0

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.79%

 BLUE value IS 192 (75.39% from 255) = 35.23%

R = 37.98%
G = 26.79%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF92C0 (or 0xCF92C0) is known color: Lily. HEX triplet: CF, 92 and C0. RGB value is (207,146,192). Sum of RGB (Red+Green+Blue) = 207+146+192=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 146 (57.42% from 255 or 26.79% from 545); Blue value is 192 (75.39% from 255 or 35.23% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF92C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF92C0 is #306D3F. Grayscale: #A9A9A9. Windows color (decimal): -3173696 or 12620495. OLE color: 12620495.

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

Color convert

RGB 207 146 192 -
CMYK 0 0.29 0.07 0.19
HSL 314.75º 0.39% 0.69% -
HSV(B) 314.75º 0.29% 0.81% -
XYZ 45.53 37.63 54.73 -
YUV 169.48 140.71 154.76 -
System Red Green Blue C M Y K H S L
Decimal 207 146 192 0 0.29 0.07 0.19 314.75 0.39 0.69
Hex CF 92 C0 0 1D 7 13 13B 27 45
Octal 317 222 300 0 35 7 23 473 47 105
Binary 11001111 10010010 11000000 0 11101 111 10011 100111011 100111 1000101

Color Harmonies of #CF92C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF92C0

Black with #CF92C0

Text Example


Text Example

White with #CF92C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF92C0; }

 p { color: rgb(207,146,192); }

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

background-color css

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

 a { background-color: rgb(207,146,192); }

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

border-color css

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

 span { border-color: rgb(207,146,192); }

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