Html Css Color HEX #D02FDD Medium Orchid

📋 copy color: '#D02FDD'

red 208 ◦ green 47 ◦ blue 221

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

Shades of Medium Orchid #D02FDD

Tints of Medium Orchid #D02FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.87%

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

R = 43.7%
G = 9.87%
B = 46.43%

CMYK

 C value IS 0.06

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D02FDD (or 0xD02FDD) is known color: Medium Orchid. HEX triplet: D0, 2F and DD. RGB value is (208,47,221). Sum of RGB (Red+Green+Blue) = 208+47+221=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 47 (18.75% from 255 or 9.87% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #D02FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02FDD is #2FD022. Grayscale: #727272. Windows color (decimal): -3133475 or 14495696. OLE color: 14495696.

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

Color convert

RGB 208 47 221 -
CMYK 0.06 0.79 0 0.13
HSL 295.52º 0.72% 0.53% -
HSV(B) 295.52º 0.79% 0.87% -
XYZ 40.08 20.66 70.28 -
YUV 114.98 187.84 194.35 -
System Red Green Blue C M Y K H S L
Decimal 208 47 221 0.06 0.79 0 0.13 295.52 0.72 0.53
Hex D0 2F DD 6 4F 0 D 128 48 35
Octal 320 57 335 6 117 0 15 450 110 65
Binary 11010000 101111 11011101 110 1001111 0 1101 100101000 1001000 110101

Color Harmonies of #D02FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02FDD

Black with #D02FDD

Text Example


Text Example

White with #D02FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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