Html Css Color HEX #CD47DF Medium Orchid

📋 copy color: '#CD47DF'

red 205 ◦ green 71 ◦ blue 223

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

Shades of Medium Orchid #CD47DF

Tints of Medium Orchid #CD47DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 41.08%
G = 14.23%
B = 44.69%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CD47DF (or 0xCD47DF) is known color: Medium Orchid. HEX triplet: CD, 47 and DF. RGB value is (205,71,223). Sum of RGB (Red+Green+Blue) = 205+71+223=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 71 (28.12% from 255 or 14.23% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD47DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD47DF is #32B820. Grayscale: #7F7F7F. Windows color (decimal): -3323937 or 14632909. OLE color: 14632909.

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

Color convert

RGB 205 71 223 -
CMYK 0.08 0.68 0 0.13
HSL 292.89º 0.7% 0.58% -
HSV(B) 292.89º 0.68% 0.87% -
XYZ 40.75 22.81 72.07 -
YUV 128.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 205 71 223 0.08 0.68 0 0.13 292.89 0.7 0.58
Hex CD 47 DF 8 44 0 D 125 46 3A
Octal 315 107 337 10 104 0 15 445 106 72
Binary 11001101 1000111 11011111 1000 1000100 0 1101 100100101 1000110 111010

Color Harmonies of #CD47DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD47DF

Black with #CD47DF

Text Example


Text Example

White with #CD47DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD47DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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