Html Css Color HEX #CD3EDC Medium Orchid

📋 copy color: '#CD3EDC'

red 205 ◦ green 62 ◦ blue 220

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

Shades of Medium Orchid #CD3EDC

Tints of Medium Orchid #CD3EDC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.73%

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

R = 42.09%
G = 12.73%
B = 45.17%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD3EDC (or 0xCD3EDC) is known color: Medium Orchid. HEX triplet: CD, 3E and DC. RGB value is (205,62,220). Sum of RGB (Red+Green+Blue) = 205+62+220=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 62 (24.61% from 255 or 12.73% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD3EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD3EDC is #32C123. Grayscale: #7A7A7A. Windows color (decimal): -3326244 or 14433997. OLE color: 14433997.

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

Color convert

RGB 205 62 220 -
CMYK 0.07 0.72 0 0.14
HSL 294.3º 0.69% 0.55% -
HSV(B) 294.3º 0.72% 0.86% -
XYZ 39.82 21.59 69.78 -
YUV 122.77 182.88 186.65 -
System Red Green Blue C M Y K H S L
Decimal 205 62 220 0.07 0.72 0 0.14 294.3 0.69 0.55
Hex CD 3E DC 7 48 0 E 126 45 37
Octal 315 76 334 7 110 0 16 446 105 67
Binary 11001101 111110 11011100 111 1001000 0 1110 100100110 1000101 110111

Color Harmonies of #CD3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3EDC

Black with #CD3EDC

Text Example


Text Example

White with #CD3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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