Html Css Color HEX #CD46DD Medium Orchid

📋 copy color: '#CD46DD'

red 205 ◦ green 70 ◦ blue 221

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

Shades of Medium Orchid #CD46DD

Tints of Medium Orchid #CD46DD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.11%

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

R = 41.33%
G = 14.11%
B = 44.56%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD46DD (or 0xCD46DD) is known color: Medium Orchid. HEX triplet: CD, 46 and DD. RGB value is (205,70,221). Sum of RGB (Red+Green+Blue) = 205+70+221=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46DD is #32B922. Grayscale: #7F7F7F. Windows color (decimal): -3324195 or 14501581. OLE color: 14501581.

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

Color convert

RGB 205 70 221 -
CMYK 0.07 0.68 0 0.13
HSL 293.64º 0.69% 0.57% -
HSV(B) 293.64º 0.68% 0.87% -
XYZ 40.42 22.58 70.63 -
YUV 127.58 180.73 183.22 -
System Red Green Blue C M Y K H S L
Decimal 205 70 221 0.07 0.68 0 0.13 293.64 0.69 0.57
Hex CD 46 DD 7 44 0 D 126 45 39
Octal 315 106 335 7 104 0 15 446 105 71
Binary 11001101 1000110 11011101 111 1000100 0 1101 100100110 1000101 111001

Color Harmonies of #CD46DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD46DD

Black with #CD46DD

Text Example


Text Example

White with #CD46DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD46DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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