Html Css Color HEX #CD8FBE Lily

📋 copy color: '#CD8FBE'

red 205 ◦ green 143 ◦ blue 190

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

Shades of Lily #CD8FBE

Tints of Lily #CD8FBE

RGB

 RED value IS 205 (80.47% from 255) = 38.1%

 GREEN value IS 143 (56.25% from 255) = 26.58%

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

R = 38.1%
G = 26.58%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD8FBE (or 0xCD8FBE) is known color: Lily. HEX triplet: CD, 8F and BE. RGB value is (205,143,190). Sum of RGB (Red+Green+Blue) = 205+143+190=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 143 (56.25% from 255 or 26.58% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8FBE is #327041. Grayscale: #A6A6A6. Windows color (decimal): -3305538 or 12488653. OLE color: 12488653.

HSL color Cylindrical-coordinate representation of color #CD8FBE: hue angle of 314.52º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD8FBE is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 143 190 -
CMYK 0 0.30 0.07 0.20
HSL 314.52º 0.38% 0.68% -
HSV(B) 314.52º 0.3% 0.8% -
XYZ 44.29 36.34 53.4 -
YUV 166.9 141.04 155.18 -
System Red Green Blue C M Y K H S L
Decimal 205 143 190 0 0.30 0.07 0.20 314.52 0.38 0.68
Hex CD 8F BE 0 1E 7 14 13B 26 44
Octal 315 217 276 0 36 7 24 473 46 104
Binary 11001101 10001111 10111110 0 11110 111 10100 100111011 100110 1000100

Color Harmonies of #CD8FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8FBE

Black with #CD8FBE

Text Example


Text Example

White with #CD8FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8FBE; }

 p { color: rgb(205,143,190); }

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

background-color css

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

 a { background-color: rgb(205,143,190); }

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

border-color css

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

 span { border-color: rgb(205,143,190); }

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