Html Css Color HEX #CD46DC Medium Orchid

📋 copy color: '#CD46DC'

red 205 ◦ green 70 ◦ blue 220

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

Shades of Medium Orchid #CD46DC

Tints of Medium Orchid #CD46DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.44%

R = 41.41%
G = 14.14%
B = 44.44%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD46DC (or 0xCD46DC) is known color: Medium Orchid. HEX triplet: CD, 46 and DC. RGB value is (205,70,220). Sum of RGB (Red+Green+Blue) = 205+70+220=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD46DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46DC is #32B923. Grayscale: #7F7F7F. Windows color (decimal): -3324196 or 14436045. OLE color: 14436045.

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

Color convert

RGB 205 70 220 -
CMYK 0.07 0.68 0 0.14
HSL 294º 0.68% 0.57% -
HSV(B) 294º 0.68% 0.86% -
XYZ 40.29 22.53 69.93 -
YUV 127.47 180.23 183.3 -
System Red Green Blue C M Y K H S L
Decimal 205 70 220 0.07 0.68 0 0.14 294 0.68 0.57
Hex CD 46 DC 7 44 0 E 126 44 39
Octal 315 106 334 7 104 0 16 446 104 71
Binary 11001101 1000110 11011100 111 1000100 0 1110 100100110 1000100 111001

Color Harmonies of #CD46DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD46DC

Black with #CD46DC

Text Example


Text Example

White with #CD46DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD46DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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