Html Css Color HEX #D04CDA Medium Orchid

📋 copy color: '#D04CDA'

red 208 ◦ green 76 ◦ blue 218

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

Shades of Medium Orchid #D04CDA

Tints of Medium Orchid #D04CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 41.43%
G = 15.14%
B = 43.43%

CMYK

 C value IS 0.05

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D04CDA (or 0xD04CDA) is known color: Medium Orchid. HEX triplet: D0, 4C and DA. RGB value is (208,76,218). Sum of RGB (Red+Green+Blue) = 208+76+218=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #D04CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDA is #2FB325. Grayscale: #838383. Windows color (decimal): -3126054 or 14306512. OLE color: 14306512.

HSL color Cylindrical-coordinate representation of color #D04CDA: hue angle of 295.77º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D04CDA is Cyan = 0.05, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 76 218 -
CMYK 0.05 0.65 0 0.15
HSL 295.77º 0.66% 0.58% -
HSV(B) 295.77º 0.65% 0.85% -
XYZ 41.25 23.64 68.72 -
YUV 131.66 176.73 182.45 -
System Red Green Blue C M Y K H S L
Decimal 208 76 218 0.05 0.65 0 0.15 295.77 0.66 0.58
Hex D0 4C DA 5 41 0 F 128 42 3A
Octal 320 114 332 5 101 0 17 450 102 72
Binary 11010000 1001100 11011010 101 1000001 0 1111 100101000 1000010 111010

Color Harmonies of #D04CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04CDA

Black with #D04CDA

Text Example


Text Example

White with #D04CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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