Html Css Color HEX #D04CDD Medium Orchid

📋 copy color: '#D04CDD'

red 208 ◦ green 76 ◦ blue 221

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

Shades of Medium Orchid #D04CDD

Tints of Medium Orchid #D04CDD

RGB

 RED value IS 208 (81.64% from 255) = 41.19%

 GREEN value IS 76 (30.08% from 255) = 15.05%

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

R = 41.19%
G = 15.05%
B = 43.76%

CMYK

 C value IS 0.06

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D04CDD (or 0xD04CDD) is known color: Medium Orchid. HEX triplet: D0, 4C and DD. RGB value is (208,76,221). Sum of RGB (Red+Green+Blue) = 208+76+221=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDD is #2FB322. Grayscale: #838383. Windows color (decimal): -3126051 or 14503120. OLE color: 14503120.

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

Color convert

RGB 208 76 221 -
CMYK 0.06 0.66 0 0.13
HSL 294.62º 0.68% 0.58% -
HSV(B) 294.62º 0.66% 0.87% -
XYZ 41.65 23.8 70.81 -
YUV 132 178.23 182.21 -
System Red Green Blue C M Y K H S L
Decimal 208 76 221 0.06 0.66 0 0.13 294.62 0.68 0.58
Hex D0 4C DD 6 42 0 D 127 44 3A
Octal 320 114 335 6 102 0 15 447 104 72
Binary 11010000 1001100 11011101 110 1000010 0 1101 100100111 1000100 111010

Color Harmonies of #D04CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CDD

Black with #D04CDD

Text Example


Text Example

White with #D04CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CDD; }

 p { color: rgb(208,76,221); }

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

background-color css

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

 a { background-color: rgb(208,76,221); }

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

border-color css

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

 span { border-color: rgb(208,76,221); }

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