Html Css Color HEX #D43CFA Medium Orchid

📋 copy color: '#D43CFA'

red 212 ◦ green 60 ◦ blue 250

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

Shades of Medium Orchid #D43CFA

Tints of Medium Orchid #D43CFA

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

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

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

R = 40.61%
G = 11.49%
B = 47.89%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D43CFA (or 0xD43CFA) is known color: Medium Orchid. HEX triplet: D4, 3C and FA. RGB value is (212,60,250). Sum of RGB (Red+Green+Blue) = 212+60+250=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #D43CFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CFA is #2BC305. Grayscale: #7E7E7E. Windows color (decimal): -2867974 or 16399572. OLE color: 16399572.

HSL color Cylindrical-coordinate representation of color #D43CFA: hue angle of 288º 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 #D43CFA is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 212 60 250 -
CMYK 0.15 0.76 0 0.02
HSL 288º 0.95% 0.61% -
HSV(B) 288º 0.76% 0.98% -
XYZ 46.02 24.13 92.67 -
YUV 127.11 197.36 188.55 -
System Red Green Blue C M Y K H S L
Decimal 212 60 250 0.15 0.76 0 0.02 288 0.95 0.61
Hex D4 3C FA F 4C 0 2 120 5F 3D
Octal 324 74 372 17 114 0 2 440 137 75
Binary 11010100 111100 11111010 1111 1001100 0 10 100100000 1011111 111101

Color Harmonies of #D43CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CFA

Black with #D43CFA

Text Example


Text Example

White with #D43CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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