Html Css Color HEX #D243F2 Medium Orchid

📋 copy color: '#D243F2'

red 210 ◦ green 67 ◦ blue 242

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

Shades of Medium Orchid #D243F2

Tints of Medium Orchid #D243F2

RGB

 RED value IS 210 (82.42% from 255) = 40.46%

 GREEN value IS 67 (26.56% from 255) = 12.91%

 BLUE value IS 242 (94.92% from 255) = 46.63%

R = 40.46%
G = 12.91%
B = 46.63%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D243F2 (or 0xD243F2) is known color: Medium Orchid. HEX triplet: D2, 43 and F2. RGB value is (210,67,242). Sum of RGB (Red+Green+Blue) = 210+67+242=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 67 (26.56% from 255 or 12.91% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #D243F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243F2 is #2DBC0D. Grayscale: #818181. Windows color (decimal): -2997262 or 15877074. OLE color: 15877074.

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

Color convert

RGB 210 67 242 -
CMYK 0.13 0.72 0 0.05
HSL 289.03º 0.87% 0.61% -
HSV(B) 289.03º 0.72% 0.95% -
XYZ 44.61 24.13 86.31 -
YUV 129.71 191.38 185.27 -
System Red Green Blue C M Y K H S L
Decimal 210 67 242 0.13 0.72 0 0.05 289.03 0.87 0.61
Hex D2 43 F2 D 48 0 5 121 57 3D
Octal 322 103 362 15 110 0 5 441 127 75
Binary 11010010 1000011 11110010 1101 1001000 0 101 100100001 1010111 111101

Color Harmonies of #D243F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D243F2

Black with #D243F2

Text Example


Text Example

White with #D243F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D243F2; }

 p { color: rgb(210,67,242); }

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

background-color css

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

 a { background-color: rgb(210,67,242); }

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

border-color css

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

 span { border-color: rgb(210,67,242); }

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