Html Css Color HEX #CD2EDC Medium Orchid

📋 copy color: '#CD2EDC'

red 205 ◦ green 46 ◦ blue 220

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

Shades of Medium Orchid #CD2EDC

Tints of Medium Orchid #CD2EDC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.77%

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

R = 43.52%
G = 9.77%
B = 46.71%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD2EDC (or 0xCD2EDC) is known color: Medium Orchid. HEX triplet: CD, 2E and DC. RGB value is (205,46,220). Sum of RGB (Red+Green+Blue) = 205+46+220=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 46 (18.36% from 255 or 9.77% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD2EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD2EDC is #32D123. Grayscale: #707070. Windows color (decimal): -3330340 or 14429901. OLE color: 14429901.

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

Color convert

RGB 205 46 220 -
CMYK 0.07 0.79 0 0.14
HSL 294.83º 0.71% 0.52% -
HSV(B) 294.83º 0.79% 0.86% -
XYZ 39.07 20.1 69.53 -
YUV 113.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 205 46 220 0.07 0.79 0 0.14 294.83 0.71 0.52
Hex CD 2E DC 7 4F 0 E 127 47 34
Octal 315 56 334 7 117 0 16 447 107 64
Binary 11001101 101110 11011100 111 1001111 0 1110 100100111 1000111 110100

Color Harmonies of #CD2EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2EDC

Black with #CD2EDC

Text Example


Text Example

White with #CD2EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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