Html Css Color HEX #CD34DD Medium Orchid

📋 copy color: '#CD34DD'

red 205 ◦ green 52 ◦ blue 221

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

Shades of Medium Orchid #CD34DD

Tints of Medium Orchid #CD34DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 42.89%
G = 10.88%
B = 46.23%

CMYK

 C value IS 0.07

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD34DD (or 0xCD34DD) is known color: Medium Orchid. HEX triplet: CD, 34 and DD. RGB value is (205,52,221). Sum of RGB (Red+Green+Blue) = 205+52+221=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD34DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD34DD is #32CB22. Grayscale: #747474. Windows color (decimal): -3328803 or 14496973. OLE color: 14496973.

HSL color Cylindrical-coordinate representation of color #CD34DD: hue angle of 294.32º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD34DD is Cyan = 0.07, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 52 221 -
CMYK 0.07 0.76 0 0.13
HSL 294.32º 0.71% 0.54% -
HSV(B) 294.32º 0.76% 0.87% -
XYZ 39.46 20.66 70.31 -
YUV 117.01 186.69 190.76 -
System Red Green Blue C M Y K H S L
Decimal 205 52 221 0.07 0.76 0 0.13 294.32 0.71 0.54
Hex CD 34 DD 7 4C 0 D 126 47 36
Octal 315 64 335 7 114 0 15 446 107 66
Binary 11001101 110100 11011101 111 1001100 0 1101 100100110 1000111 110110

Color Harmonies of #CD34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD34DD

Black with #CD34DD

Text Example


Text Example

White with #CD34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD34DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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