Html Css Color HEX #D237F2 Medium Orchid

📋 copy color: '#D237F2'

red 210 ◦ green 55 ◦ blue 242

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

Shades of Medium Orchid #D237F2

Tints of Medium Orchid #D237F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.73%

R = 41.42%
G = 10.85%
B = 47.73%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D237F2 (or 0xD237F2) is known color: Medium Orchid. HEX triplet: D2, 37 and F2. RGB value is (210,55,242). Sum of RGB (Red+Green+Blue) = 210+55+242=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 55 (21.88% from 255 or 10.85% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #D237F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D237F2 is #2DC80D. Grayscale: #7A7A7A. Windows color (decimal): -3000334 or 15874002. OLE color: 15874002.

HSL color Cylindrical-coordinate representation of color #D237F2: hue angle of 289.73º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D237F2 is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 55 242 -
CMYK 0.13 0.77 0 0.05
HSL 289.73º 0.88% 0.58% -
HSV(B) 289.73º 0.77% 0.95% -
XYZ 43.97 22.84 86.1 -
YUV 122.66 195.35 190.29 -
System Red Green Blue C M Y K H S L
Decimal 210 55 242 0.13 0.77 0 0.05 289.73 0.88 0.58
Hex D2 37 F2 D 4D 0 5 122 58 3A
Octal 322 67 362 15 115 0 5 442 130 72
Binary 11010010 110111 11110010 1101 1001101 0 101 100100010 1011000 111010

Color Harmonies of #D237F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D237F2

Black with #D237F2

Text Example


Text Example

White with #D237F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D237F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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