Html Css Color HEX #CD46DB Medium Orchid

📋 copy color: '#CD46DB'

red 205 ◦ green 70 ◦ blue 219

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

Shades of Medium Orchid #CD46DB

Tints of Medium Orchid #CD46DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.33%

R = 41.5%
G = 14.17%
B = 44.33%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CD46DB (or 0xCD46DB) is known color: Medium Orchid. HEX triplet: CD, 46 and DB. RGB value is (205,70,219). Sum of RGB (Red+Green+Blue) = 205+70+219=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD46DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46DB is #32B924. Grayscale: #7E7E7E. Windows color (decimal): -3324197 or 14370509. OLE color: 14370509.

HSL color Cylindrical-coordinate representation of color #CD46DB: hue angle of 294.36º degrees, saturation: 0.67, 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 #CD46DB is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 70 219 -
CMYK 0.06 0.68 0 0.14
HSL 294.36º 0.67% 0.57% -
HSV(B) 294.36º 0.68% 0.86% -
XYZ 40.15 22.47 69.24 -
YUV 127.35 179.73 183.38 -
System Red Green Blue C M Y K H S L
Decimal 205 70 219 0.06 0.68 0 0.14 294.36 0.67 0.57
Hex CD 46 DB 6 44 0 E 126 43 39
Octal 315 106 333 6 104 0 16 446 103 71
Binary 11001101 1000110 11011011 110 1000100 0 1110 100100110 1000011 111001

Color Harmonies of #CD46DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD46DB

Black with #CD46DB

Text Example


Text Example

White with #CD46DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD46DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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