Html Css Color HEX #CD7FBA Lily

📋 copy color: '#CD7FBA'

red 205 ◦ green 127 ◦ blue 186

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

Shades of Lily #CD7FBA

Tints of Lily #CD7FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 35.91%

R = 39.58%
G = 24.52%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD7FBA (or 0xCD7FBA) is known color: Lily. HEX triplet: CD, 7F and BA. RGB value is (205,127,186). Sum of RGB (Red+Green+Blue) = 205+127+186=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 127 (50% from 255 or 24.52% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7FBA is #328045. Grayscale: #9C9C9C. Windows color (decimal): -3309638 or 12222413. OLE color: 12222413.

HSL color Cylindrical-coordinate representation of color #CD7FBA: hue angle of 314.62º 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 #CD7FBA is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 127 186 -
CMYK 0 0.38 0.09 0.20
HSL 314.62º 0.44% 0.65% -
HSV(B) 314.62º 0.38% 0.8% -
XYZ 41.63 31.7 50.38 -
YUV 157.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 205 127 186 0 0.38 0.09 0.20 314.62 0.44 0.65
Hex CD 7F BA 0 26 9 14 13B 2C 41
Octal 315 177 272 0 46 11 24 473 54 101
Binary 11001101 1111111 10111010 0 100110 1001 10100 100111011 101100 1000001

Color Harmonies of #CD7FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7FBA

Black with #CD7FBA

Text Example


Text Example

White with #CD7FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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