Html Css Color HEX #CF8CBE Lily

📋 copy color: '#CF8CBE'

red 207 ◦ green 140 ◦ blue 190

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

Shades of Lily #CF8CBE

Tints of Lily #CF8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

 BLUE value IS 190 (74.61% from 255) = 35.38%

R = 38.55%
G = 26.07%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CF8CBE (or 0xCF8CBE) is known color: Lily. HEX triplet: CF, 8C and BE. RGB value is (207,140,190). Sum of RGB (Red+Green+Blue) = 207+140+190=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 190 (74.61% from 255 or 35.38% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBE is #307341. Grayscale: #A5A5A5. Windows color (decimal): -3175234 or 12487887. OLE color: 12487887.

HSL color Cylindrical-coordinate representation of color #CF8CBE: hue angle of 315.22º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8CBE is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 140 190 -
CMYK 0 0.32 0.08 0.19
HSL 315.22º 0.41% 0.68% -
HSV(B) 315.22º 0.32% 0.81% -
XYZ 44.4 35.74 53.27 -
YUV 165.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 207 140 190 0 0.32 0.08 0.19 315.22 0.41 0.68
Hex CF 8C BE 0 20 8 13 13B 29 44
Octal 317 214 276 0 40 10 23 473 51 104
Binary 11001111 10001100 10111110 0 100000 1000 10011 100111011 101001 1000100

Color Harmonies of #CF8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CBE

Black with #CF8CBE

Text Example


Text Example

White with #CF8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CBE; }

 p { color: rgb(207,140,190); }

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

background-color css

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

 a { background-color: rgb(207,140,190); }

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

border-color css

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

 span { border-color: rgb(207,140,190); }

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