Html Css Color HEX #D240FC Medium Orchid

📋 copy color: '#D240FC'

red 210 ◦ green 64 ◦ blue 252

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

Shades of Medium Orchid #D240FC

Tints of Medium Orchid #D240FC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 12.17%

 BLUE value IS 252 (98.83% from 255) = 47.91%

R = 39.92%
G = 12.17%
B = 47.91%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D240FC (or 0xD240FC) is known color: Medium Orchid. HEX triplet: D2, 40 and FC. RGB value is (210,64,252). Sum of RGB (Red+Green+Blue) = 210+64+252=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 64 (25.39% from 255 or 12.17% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #D240FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D240FC is #2DBF03. Grayscale: #808080. Windows color (decimal): -2998020 or 16531666. OLE color: 16531666.

HSL color Cylindrical-coordinate representation of color #D240FC: hue angle of 286.6º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D240FC is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 210 64 252 -
CMYK 0.17 0.75 0 0.01
HSL 286.6º 0.97% 0.62% -
HSV(B) 286.6º 0.75% 0.99% -
XYZ 45.98 24.4 94.38 -
YUV 129.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 210 64 252 0.17 0.75 0 0.01 286.6 0.97 0.62
Hex D2 40 FC 11 4B 0 1 11F 61 3E
Octal 322 100 374 21 113 0 1 437 141 76
Binary 11010010 1000000 11111100 10001 1001011 0 1 100011111 1100001 111110

Color Harmonies of #D240FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D240FC

Black with #D240FC

Text Example


Text Example

White with #D240FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D240FC; }

 p { color: rgb(210,64,252); }

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

background-color css

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

 a { background-color: rgb(210,64,252); }

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

border-color css

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

 span { border-color: rgb(210,64,252); }

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