Html Css Color HEX #CD3DEC Medium Orchid

📋 copy color: '#CD3DEC'

red 205 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #CD3DEC

Tints of Medium Orchid #CD3DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.15%

 BLUE value IS 236 (92.58% from 255) = 47.01%

R = 40.84%
G = 12.15%
B = 47.01%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD3DEC (or 0xCD3DEC) is known color: Medium Orchid. HEX triplet: CD, 3D and EC. RGB value is (205,61,236). Sum of RGB (Red+Green+Blue) = 205+61+236=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD3DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD3DEC is #32C213. Grayscale: #7B7B7B. Windows color (decimal): -3326484 or 15482317. OLE color: 15482317.

HSL color Cylindrical-coordinate representation of color #CD3DEC: hue angle of 289.37º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3DEC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 61 236 -
CMYK 0.13 0.74 0 0.07
HSL 289.37º 0.82% 0.58% -
HSV(B) 289.37º 0.74% 0.93% -
XYZ 41.99 22.37 81.46 -
YUV 124.01 191.21 185.77 -
System Red Green Blue C M Y K H S L
Decimal 205 61 236 0.13 0.74 0 0.07 289.37 0.82 0.58
Hex CD 3D EC D 4A 0 7 121 52 3A
Octal 315 75 354 15 112 0 7 441 122 72
Binary 11001101 111101 11101100 1101 1001010 0 111 100100001 1010010 111010

Color Harmonies of #CD3DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD3DEC

Black with #CD3DEC

Text Example


Text Example

White with #CD3DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD3DEC; }

 p { color: rgb(205,61,236); }

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

background-color css

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

 a { background-color: rgb(205,61,236); }

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

border-color css

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

 span { border-color: rgb(205,61,236); }

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