Html Css Color HEX #CD4ED5 Medium Orchid

📋 copy color: '#CD4ED5'

red 205 ◦ green 78 ◦ blue 213

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

Shades of Medium Orchid #CD4ED5

Tints of Medium Orchid #CD4ED5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.73%

 BLUE value IS 213 (83.59% from 255) = 42.94%

R = 41.33%
G = 15.73%
B = 42.94%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CD4ED5 (or 0xCD4ED5) is known color: Medium Orchid. HEX triplet: CD, 4E and D5. RGB value is (205,78,213). Sum of RGB (Red+Green+Blue) = 205+78+213=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 78 (30.86% from 255 or 15.73% from 496); Blue value is 213 (83.59% from 255 or 42.94% from 496); Max value from RGB is 213 - color contains mainly: blue. Hex color #CD4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4ED5 is #32B12A. Grayscale: #828282. Windows color (decimal): -3322155 or 13979341. OLE color: 13979341.

HSL color Cylindrical-coordinate representation of color #CD4ED5: hue angle of 296.44º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4ED5 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 205 78 213 -
CMYK 0.04 0.63 0 0.16
HSL 296.44º 0.62% 0.57% -
HSV(B) 296.44º 0.63% 0.84% -
XYZ 39.91 23.23 65.33 -
YUV 131.36 174.08 180.52 -
System Red Green Blue C M Y K H S L
Decimal 205 78 213 0.04 0.63 0 0.16 296.44 0.62 0.57
Hex CD 4E D5 4 3F 0 10 128 3E 39
Octal 315 116 325 4 77 0 20 450 76 71
Binary 11001101 1001110 11010101 100 111111 0 10000 100101000 111110 111001

Color Harmonies of #CD4ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4ED5

Black with #CD4ED5

Text Example


Text Example

White with #CD4ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4ED5; }

 p { color: rgb(205,78,213); }

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

background-color css

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

 a { background-color: rgb(205,78,213); }

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

border-color css

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

 span { border-color: rgb(205,78,213); }

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