Html Css Color HEX #CD34E9 Medium Orchid

📋 copy color: '#CD34E9'

red 205 ◦ green 52 ◦ blue 233

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

Shades of Medium Orchid #CD34E9

Tints of Medium Orchid #CD34E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 47.55%

R = 41.84%
G = 10.61%
B = 47.55%

CMYK

 C value IS 0.12

 M value IS 0.78

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CD34E9 (or 0xCD34E9) is known color: Medium Orchid. HEX triplet: CD, 34 and E9. RGB value is (205,52,233). Sum of RGB (Red+Green+Blue) = 205+52+233=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 52 (20.70% from 255 or 10.61% from 490); Blue value is 233 (91.41% from 255 or 47.55% from 490); Max value from RGB is 233 - color contains mainly: blue. Hex color #CD34E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD34E9 is #32CB16. Grayscale: #757575. Windows color (decimal): -3328791 or 15283405. OLE color: 15283405.

HSL color Cylindrical-coordinate representation of color #CD34E9: hue angle of 290.72º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD34E9 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 52 233 -
CMYK 0.12 0.78 0 0.09
HSL 290.72º 0.8% 0.56% -
HSV(B) 290.72º 0.78% 0.91% -
XYZ 41.11 21.32 79.04 -
YUV 118.38 192.69 189.78 -
System Red Green Blue C M Y K H S L
Decimal 205 52 233 0.12 0.78 0 0.09 290.72 0.8 0.56
Hex CD 34 E9 C 4E 0 9 123 50 38
Octal 315 64 351 14 116 0 11 443 120 70
Binary 11001101 110100 11101001 1100 1001110 0 1001 100100011 1010000 111000

Color Harmonies of #CD34E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD34E9

Black with #CD34E9

Text Example


Text Example

White with #CD34E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD34E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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