Html Css Color HEX #CD8CBE Lily

📋 copy color: '#CD8CBE'

red 205 ◦ green 140 ◦ blue 190

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

Shades of Lily #CD8CBE

Tints of Lily #CD8CBE

RGB

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

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

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

R = 38.32%
G = 26.17%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CD8CBE (or 0xCD8CBE) is known color: Lily. HEX triplet: CD, 8C and BE. RGB value is (205,140,190). Sum of RGB (Red+Green+Blue) = 205+140+190=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 140 (55.08% from 255 or 26.17% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8CBE is #327341. Grayscale: #A5A5A5. Windows color (decimal): -3306306 or 12487885. OLE color: 12487885.

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

Color convert

RGB 205 140 190 -
CMYK 0 0.32 0.07 0.20
HSL 313.85º 0.39% 0.68% -
HSV(B) 313.85º 0.32% 0.8% -
XYZ 43.85 35.45 53.25 -
YUV 165.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 205 140 190 0 0.32 0.07 0.20 313.85 0.39 0.68
Hex CD 8C BE 0 20 7 14 13A 27 44
Octal 315 214 276 0 40 7 24 472 47 104
Binary 11001101 10001100 10111110 0 100000 111 10100 100111010 100111 1000100

Color Harmonies of #CD8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CBE

Black with #CD8CBE

Text Example


Text Example

White with #CD8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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