Html Css Color HEX #D245F3 Medium Orchid

📋 copy color: '#D245F3'

red 210 ◦ green 69 ◦ blue 243

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

Shades of Medium Orchid #D245F3

Tints of Medium Orchid #D245F3

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.22%

 BLUE value IS 243 (95.31% from 255) = 46.55%

R = 40.23%
G = 13.22%
B = 46.55%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D245F3 (or 0xD245F3) is known color: Medium Orchid. HEX triplet: D2, 45 and F3. RGB value is (210,69,243). Sum of RGB (Red+Green+Blue) = 210+69+243=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 243 (95.31% from 255 or 46.55% from 522); Max value from RGB is 243 - color contains mainly: blue. Hex color #D245F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245F3 is #2DBA0C. Grayscale: #828282. Windows color (decimal): -2996749 or 15943122. OLE color: 15943122.

HSL color Cylindrical-coordinate representation of color #D245F3: hue angle of 288.62º degrees, saturation: 0.88, 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 #D245F3 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 69 243 -
CMYK 0.14 0.72 0 0.05
HSL 288.62º 0.88% 0.61% -
HSV(B) 288.62º 0.72% 0.95% -
XYZ 44.88 24.43 87.14 -
YUV 131 191.21 184.35 -
System Red Green Blue C M Y K H S L
Decimal 210 69 243 0.14 0.72 0 0.05 288.62 0.88 0.61
Hex D2 45 F3 E 48 0 5 121 58 3D
Octal 322 105 363 16 110 0 5 441 130 75
Binary 11010010 1000101 11110011 1110 1001000 0 101 100100001 1011000 111101

Color Harmonies of #D245F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D245F3

Black with #D245F3

Text Example


Text Example

White with #D245F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D245F3; }

 p { color: rgb(210,69,243); }

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

background-color css

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

 a { background-color: rgb(210,69,243); }

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

border-color css

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

 span { border-color: rgb(210,69,243); }

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