Html Css Color HEX #D238FE Medium Orchid

📋 copy color: '#D238FE'

red 210 ◦ green 56 ◦ blue 254

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

Shades of Medium Orchid #D238FE

Tints of Medium Orchid #D238FE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 10.77%

 BLUE value IS 254 (99.61% from 255) = 48.85%

R = 40.38%
G = 10.77%
B = 48.85%

CMYK

 C value IS 0.17

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D238FE (or 0xD238FE) is known color: Medium Orchid. HEX triplet: D2, 38 and FE. RGB value is (210,56,254). Sum of RGB (Red+Green+Blue) = 210+56+254=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 56 (22.27% from 255 or 10.77% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #D238FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D238FE is #2DC701. Grayscale: #7B7B7B. Windows color (decimal): -3000066 or 16660690. OLE color: 16660690.

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

Color convert

RGB 210 56 254 -
CMYK 0.17 0.78 0 0.00
HSL 286.67º 0.99% 0.61% -
HSV(B) 286.67º 0.78% 1% -
XYZ 45.88 23.69 95.92 -
YUV 124.62 201.02 188.9 -
System Red Green Blue C M Y K H S L
Decimal 210 56 254 0.17 0.78 0 0.00 286.67 0.99 0.61
Hex D2 38 FE 11 4E 0 0 11F 63 3D
Octal 322 70 376 21 116 0 0 437 143 75
Binary 11010010 111000 11111110 10001 1001110 0 0 100011111 1100011 111101

Color Harmonies of #D238FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D238FE

Black with #D238FE

Text Example


Text Example

White with #D238FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D238FE; }

 p { color: rgb(210,56,254); }

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

background-color css

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

 a { background-color: rgb(210,56,254); }

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

border-color css

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

 span { border-color: rgb(210,56,254); }

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