Html Css Color HEX #CD7BB2 Lily

📋 copy color: '#CD7BB2'

red 205 ◦ green 123 ◦ blue 178

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

Shades of Lily #CD7BB2

Tints of Lily #CD7BB2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.31%

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

R = 40.51%
G = 24.31%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CD7BB2 (or 0xCD7BB2) is known color: Lily. HEX triplet: CD, 7B and B2. RGB value is (205,123,178). Sum of RGB (Red+Green+Blue) = 205+123+178=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 178 (69.92% from 255 or 35.18% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7BB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7BB2 is #32844D. Grayscale: #999999. Windows color (decimal): -3310670 or 11697101. OLE color: 11697101.

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

Color convert

RGB 205 123 178 -
CMYK 0 0.4 0.13 0.20
HSL 319.76º 0.45% 0.64% -
HSV(B) 319.76º 0.4% 0.8% -
XYZ 40.3 30.36 45.86 -
YUV 153.79 141.67 164.53 -
System Red Green Blue C M Y K H S L
Decimal 205 123 178 0 0.4 0.13 0.20 319.76 0.45 0.64
Hex CD 7B B2 0 28 D 14 140 2D 40
Octal 315 173 262 0 50 15 24 500 55 100
Binary 11001101 1111011 10110010 0 101000 1101 10100 101000000 101101 1000000

Color Harmonies of #CD7BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7BB2

Black with #CD7BB2

Text Example


Text Example

White with #CD7BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7BB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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