Html Css Color HEX #CF8BBD Lily

📋 copy color: '#CF8BBD'

red 207 ◦ green 139 ◦ blue 189

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

Shades of Lily #CF8BBD

Tints of Lily #CF8BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.98%

 BLUE value IS 189 (74.22% from 255) = 35.33%

R = 38.69%
G = 25.98%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#CF8BBD (or 0xCF8BBD) is known color: Lily. HEX triplet: CF, 8B and BD. RGB value is (207,139,189). Sum of RGB (Red+Green+Blue) = 207+139+189=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BBD is #307442. Grayscale: #A4A4A4. Windows color (decimal): -3175491 or 12422095. OLE color: 12422095.

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

Color convert

RGB 207 139 189 -
CMYK 0 0.33 0.09 0.19
HSL 315.88º 0.41% 0.68% -
HSV(B) 315.88º 0.33% 0.81% -
XYZ 44.15 35.4 52.65 -
YUV 165.03 141.53 157.93 -
System Red Green Blue C M Y K H S L
Decimal 207 139 189 0 0.33 0.09 0.19 315.88 0.41 0.68
Hex CF 8B BD 0 21 9 13 13C 29 44
Octal 317 213 275 0 41 11 23 474 51 104
Binary 11001111 10001011 10111101 0 100001 1001 10011 100111100 101001 1000100

Color Harmonies of #CF8BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8BBD

Black with #CF8BBD

Text Example


Text Example

White with #CF8BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8BBD; }

 p { color: rgb(207,139,189); }

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

background-color css

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

 a { background-color: rgb(207,139,189); }

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

border-color css

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

 span { border-color: rgb(207,139,189); }

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