Html Css Color HEX #CD34E1 Medium Orchid

📋 copy color: '#CD34E1'

red 205 ◦ green 52 ◦ blue 225

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

Shades of Medium Orchid #CD34E1

Tints of Medium Orchid #CD34E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 46.68%

R = 42.53%
G = 10.79%
B = 46.68%

CMYK

 C value IS 0.09

 M value IS 0.77

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CD34E1 (or 0xCD34E1) is known color: Medium Orchid. HEX triplet: CD, 34 and E1. RGB value is (205,52,225). Sum of RGB (Red+Green+Blue) = 205+52+225=482 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.53% from 482); Green value is 52 (20.70% from 255 or 10.79% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 225 - color contains mainly: blue. Hex color #CD34E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD34E1 is #32CB1E. Grayscale: #747474. Windows color (decimal): -3328799 or 14759117. OLE color: 14759117.

HSL color Cylindrical-coordinate representation of color #CD34E1: hue angle of 293.06º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CD34E1 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 52 225 -
CMYK 0.09 0.77 0 0.12
HSL 293.06º 0.74% 0.54% -
HSV(B) 293.06º 0.77% 0.88% -
XYZ 40 20.87 73.15 -
YUV 117.47 188.69 190.43 -
System Red Green Blue C M Y K H S L
Decimal 205 52 225 0.09 0.77 0 0.12 293.06 0.74 0.54
Hex CD 34 E1 9 4D 0 C 125 4A 36
Octal 315 64 341 11 115 0 14 445 112 66
Binary 11001101 110100 11100001 1001 1001101 0 1100 100100101 1001010 110110

Color Harmonies of #CD34E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD34E1

Black with #CD34E1

Text Example


Text Example

White with #CD34E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD34E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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