Html Css Color HEX #CD4EDC Medium Orchid

📋 copy color: '#CD4EDC'

red 205 ◦ green 78 ◦ blue 220

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

Shades of Medium Orchid #CD4EDC

Tints of Medium Orchid #CD4EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.74%

R = 40.76%
G = 15.51%
B = 43.74%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD4EDC (or 0xCD4EDC) is known color: Medium Orchid. HEX triplet: CD, 4E and DC. RGB value is (205,78,220). Sum of RGB (Red+Green+Blue) = 205+78+220=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 78 (30.86% from 255 or 15.51% from 503); Blue value is 220 (86.33% from 255 or 43.74% from 503); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD4EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD4EDC is #32B123. Grayscale: #838383. Windows color (decimal): -3322148 or 14438093. OLE color: 14438093.

HSL color Cylindrical-coordinate representation of color #CD4EDC: hue angle of 293.66º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CD4EDC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 78 220 -
CMYK 0.07 0.65 0 0.14
HSL 293.66º 0.67% 0.58% -
HSV(B) 293.66º 0.65% 0.86% -
XYZ 40.82 23.6 70.11 -
YUV 132.16 177.58 179.95 -
System Red Green Blue C M Y K H S L
Decimal 205 78 220 0.07 0.65 0 0.14 293.66 0.67 0.58
Hex CD 4E DC 7 41 0 E 126 43 3A
Octal 315 116 334 7 101 0 16 446 103 72
Binary 11001101 1001110 11011100 111 1000001 0 1110 100100110 1000011 111010

Color Harmonies of #CD4EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4EDC

Black with #CD4EDC

Text Example


Text Example

White with #CD4EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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