Html Css Color HEX #CD34EC Medium Orchid

📋 copy color: '#CD34EC'

red 205 ◦ green 52 ◦ blue 236

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

Shades of Medium Orchid #CD34EC

Tints of Medium Orchid #CD34EC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.55%

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

R = 41.58%
G = 10.55%
B = 47.87%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CD34EC (or 0xCD34EC) is known color: Medium Orchid. HEX triplet: CD, 34 and EC. RGB value is (205,52,236). Sum of RGB (Red+Green+Blue) = 205+52+236=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 52 (20.70% from 255 or 10.55% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD34EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD34EC is #32CB13. Grayscale: #767676. Windows color (decimal): -3328788 or 15480013. OLE color: 15480013.

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

Color convert

RGB 205 52 236 -
CMYK 0.13 0.78 0 0.07
HSL 289.89º 0.83% 0.56% -
HSV(B) 289.89º 0.78% 0.93% -
XYZ 41.55 21.49 81.32 -
YUV 118.72 194.19 189.54 -
System Red Green Blue C M Y K H S L
Decimal 205 52 236 0.13 0.78 0 0.07 289.89 0.83 0.56
Hex CD 34 EC D 4E 0 7 122 53 38
Octal 315 64 354 15 116 0 7 442 123 70
Binary 11001101 110100 11101100 1101 1001110 0 111 100100010 1010011 111000

Color Harmonies of #CD34EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD34EC

Black with #CD34EC

Text Example


Text Example

White with #CD34EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD34EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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