Html Css Color HEX #CD7FB2 Lily

📋 copy color: '#CD7FB2'

red 205 ◦ green 127 ◦ blue 178

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

Shades of Lily #CD7FB2

Tints of Lily #CD7FB2

RGB

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

 GREEN value IS 127 (50% from 255) = 24.9%

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 40.2%
G = 24.9%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD7FB2 (or 0xCD7FB2) is known color: Lily. HEX triplet: CD, 7F and B2. RGB value is (205,127,178). Sum of RGB (Red+Green+Blue) = 205+127+178=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 127 (50% from 255 or 24.90% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7FB2 is #32804D. Grayscale: #9C9C9C. Windows color (decimal): -3309646 or 11698125. OLE color: 11698125.

HSL color Cylindrical-coordinate representation of color #CD7FB2: hue angle of 320.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD7FB2 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 127 178 -
CMYK 0 0.38 0.13 0.20
HSL 320.77º 0.44% 0.65% -
HSV(B) 320.77º 0.38% 0.8% -
XYZ 40.8 31.37 46.02 -
YUV 156.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 205 127 178 0 0.38 0.13 0.20 320.77 0.44 0.65
Hex CD 7F B2 0 26 D 14 141 2C 41
Octal 315 177 262 0 46 15 24 501 54 101
Binary 11001101 1111111 10110010 0 100110 1101 10100 101000001 101100 1000001

Color Harmonies of #CD7FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FB2

Black with #CD7FB2

Text Example


Text Example

White with #CD7FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FB2; }

 p { color: rgb(205,127,178); }

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

background-color css

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

 a { background-color: rgb(205,127,178); }

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

border-color css

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

 span { border-color: rgb(205,127,178); }

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