Html Css Color HEX #D23CFA Medium Orchid

📋 copy color: '#D23CFA'

red 210 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #D23CFA

Tints of Medium Orchid #D23CFA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.54%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 40.38%
G = 11.54%
B = 48.08%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D23CFA (or 0xD23CFA) is known color: Medium Orchid. HEX triplet: D2, 3C and FA. RGB value is (210,60,250). Sum of RGB (Red+Green+Blue) = 210+60+250=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #D23CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CFA is #2DC305. Grayscale: #7D7D7D. Windows color (decimal): -2999046 or 16399570. OLE color: 16399570.

HSL color Cylindrical-coordinate representation of color #D23CFA: hue angle of 287.37º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23CFA is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 60 250 -
CMYK 0.16 0.76 0 0.02
HSL 287.37º 0.95% 0.61% -
HSV(B) 287.37º 0.76% 0.98% -
XYZ 45.45 23.84 92.65 -
YUV 126.51 197.7 187.55 -
System Red Green Blue C M Y K H S L
Decimal 210 60 250 0.16 0.76 0 0.02 287.37 0.95 0.61
Hex D2 3C FA 10 4C 0 2 11F 5F 3D
Octal 322 74 372 20 114 0 2 437 137 75
Binary 11010010 111100 11111010 10000 1001100 0 10 100011111 1011111 111101

Color Harmonies of #D23CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CFA

Black with #D23CFA

Text Example


Text Example

White with #D23CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CFA; }

 p { color: rgb(210,60,250); }

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

background-color css

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

 a { background-color: rgb(210,60,250); }

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

border-color css

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

 span { border-color: rgb(210,60,250); }

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