Html Css Color HEX #D237FC Medium Orchid

📋 copy color: '#D237FC'

red 210 ◦ green 55 ◦ blue 252

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

Shades of Medium Orchid #D237FC

Tints of Medium Orchid #D237FC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 10.64%

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

R = 40.62%
G = 10.64%
B = 48.74%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D237FC (or 0xD237FC) is known color: Medium Orchid. HEX triplet: D2, 37 and FC. RGB value is (210,55,252). Sum of RGB (Red+Green+Blue) = 210+55+252=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 55 (21.88% from 255 or 10.64% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #D237FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D237FC is #2DC803. Grayscale: #7B7B7B. Windows color (decimal): -3000324 or 16529362. OLE color: 16529362.

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

Color convert

RGB 210 55 252 -
CMYK 0.17 0.78 0 0.01
HSL 287.21º 0.97% 0.6% -
HSV(B) 287.21º 0.78% 0.99% -
XYZ 45.52 23.46 94.23 -
YUV 123.8 200.35 189.48 -
System Red Green Blue C M Y K H S L
Decimal 210 55 252 0.17 0.78 0 0.01 287.21 0.97 0.6
Hex D2 37 FC 11 4E 0 1 11F 61 3C
Octal 322 67 374 21 116 0 1 437 141 74
Binary 11010010 110111 11111100 10001 1001110 0 1 100011111 1100001 111100

Color Harmonies of #D237FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237FC

Black with #D237FC

Text Example


Text Example

White with #D237FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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