Html Css Color HEX #D03CDA Medium Orchid

📋 copy color: '#D03CDA'

red 208 ◦ green 60 ◦ blue 218

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

Shades of Medium Orchid #D03CDA

Tints of Medium Orchid #D03CDA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

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

R = 42.8%
G = 12.35%
B = 44.86%

CMYK

 C value IS 0.05

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D03CDA (or 0xD03CDA) is known color: Medium Orchid. HEX triplet: D0, 3C and DA. RGB value is (208,60,218). Sum of RGB (Red+Green+Blue) = 208+60+218=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #D03CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D03CDA is #2FC325. Grayscale: #797979. Windows color (decimal): -3130150 or 14302416. OLE color: 14302416.

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

Color convert

RGB 208 60 218 -
CMYK 0.05 0.72 0 0.15
HSL 296.2º 0.68% 0.55% -
HSV(B) 296.2º 0.72% 0.85% -
XYZ 40.28 21.7 68.4 -
YUV 122.26 182.03 189.15 -
System Red Green Blue C M Y K H S L
Decimal 208 60 218 0.05 0.72 0 0.15 296.2 0.68 0.55
Hex D0 3C DA 5 48 0 F 128 44 37
Octal 320 74 332 5 110 0 17 450 104 67
Binary 11010000 111100 11011010 101 1001000 0 1111 100101000 1000100 110111

Color Harmonies of #D03CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03CDA

Black with #D03CDA

Text Example


Text Example

White with #D03CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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