Html Css Color HEX #D243FA Medium Orchid

📋 copy color: '#D243FA'

red 210 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #D243FA

Tints of Medium Orchid #D243FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.44%

R = 39.85%
G = 12.71%
B = 47.44%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D243FA (or 0xD243FA) is known color: Medium Orchid. HEX triplet: D2, 43 and FA. RGB value is (210,67,250). Sum of RGB (Red+Green+Blue) = 210+67+250=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 67 (26.56% from 255 or 12.71% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #D243FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243FA is #2DBC05. Grayscale: #828282. Windows color (decimal): -2997254 or 16401362. OLE color: 16401362.

HSL color Cylindrical-coordinate representation of color #D243FA: hue angle of 286.89º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D243FA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 67 250 -
CMYK 0.16 0.73 0 0.02
HSL 286.89º 0.95% 0.62% -
HSV(B) 286.89º 0.73% 0.98% -
XYZ 45.84 24.62 92.78 -
YUV 130.62 195.38 184.62 -
System Red Green Blue C M Y K H S L
Decimal 210 67 250 0.16 0.73 0 0.02 286.89 0.95 0.62
Hex D2 43 FA 10 49 0 2 11F 5F 3E
Octal 322 103 372 20 111 0 2 437 137 76
Binary 11010010 1000011 11111010 10000 1001001 0 10 100011111 1011111 111110

Color Harmonies of #D243FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D243FA

Black with #D243FA

Text Example


Text Example

White with #D243FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D243FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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