Html Css Color HEX #CF8ABD Lily

📋 copy color: '#CF8ABD'

red 207 ◦ green 138 ◦ blue 189

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

Shades of Lily #CF8ABD

Tints of Lily #CF8ABD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.84%

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

R = 38.76%
G = 25.84%
B = 35.39%

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

#CF8ABD (or 0xCF8ABD) is known color: Lily. HEX triplet: CF, 8A and BD. RGB value is (207,138,189). Sum of RGB (Red+Green+Blue) = 207+138+189=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 138 (54.30% from 255 or 25.84% from 534); Blue value is 189 (74.22% from 255 or 35.39% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8ABD is #307542. Grayscale: #A4A4A4. Windows color (decimal): -3175747 or 12421839. OLE color: 12421839.

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

Color convert

RGB 207 138 189 -
CMYK 0 0.33 0.09 0.19
HSL 315.65º 0.42% 0.68% -
HSV(B) 315.65º 0.33% 0.81% -
XYZ 44.01 35.12 52.6 -
YUV 164.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 207 138 189 0 0.33 0.09 0.19 315.65 0.42 0.68
Hex CF 8A BD 0 21 9 13 13C 2A 44
Octal 317 212 275 0 41 11 23 474 52 104
Binary 11001111 10001010 10111101 0 100001 1001 10011 100111100 101010 1000100

Color Harmonies of #CF8ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8ABD

Black with #CF8ABD

Text Example


Text Example

White with #CF8ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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