Html Css Color HEX #CD47DB Medium Orchid

📋 copy color: '#CD47DB'

red 205 ◦ green 71 ◦ blue 219

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

Shades of Medium Orchid #CD47DB

Tints of Medium Orchid #CD47DB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.34%

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

R = 41.41%
G = 14.34%
B = 44.24%

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

#CD47DB (or 0xCD47DB) is known color: Medium Orchid. HEX triplet: CD, 47 and DB. RGB value is (205,71,219). Sum of RGB (Red+Green+Blue) = 205+71+219=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 71 (28.12% from 255 or 14.34% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD47DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47DB is #32B824. Grayscale: #7F7F7F. Windows color (decimal): -3323941 or 14370765. OLE color: 14370765.

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

Color convert

RGB 205 71 219 -
CMYK 0.06 0.68 0 0.14
HSL 294.32º 0.67% 0.57% -
HSV(B) 294.32º 0.68% 0.86% -
XYZ 40.22 22.6 69.26 -
YUV 127.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 205 71 219 0.06 0.68 0 0.14 294.32 0.67 0.57
Hex CD 47 DB 6 44 0 E 126 43 39
Octal 315 107 333 6 104 0 16 446 103 71
Binary 11001101 1000111 11011011 110 1000100 0 1110 100100110 1000011 111001

Color Harmonies of #CD47DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47DB

Black with #CD47DB

Text Example


Text Example

White with #CD47DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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