Html Css Color HEX #D361DF Orchid

📋 copy color: '#D361DF'

red 211 ◦ green 97 ◦ blue 223

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

Shades of Orchid #D361DF

Tints of Orchid #D361DF

RGB

 RED value IS 211 (82.81% from 255) = 39.74%

 GREEN value IS 97 (38.28% from 255) = 18.27%

 BLUE value IS 223 (87.5% from 255) = 42%

R = 39.74%
G = 18.27%
B = 42%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D361DF (or 0xD361DF) is known color: Orchid. HEX triplet: D3, 61 and DF. RGB value is (211,97,223). Sum of RGB (Red+Green+Blue) = 211+97+223=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #D361DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D361DF is #2C9E20. Grayscale: #919191. Windows color (decimal): -2924065 or 14639571. OLE color: 14639571.

HSL color Cylindrical-coordinate representation of color #D361DF: hue angle of 294.29º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D361DF is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 97 223 -
CMYK 0.05 0.57 0 0.13
HSL 294.29º 0.66% 0.63% -
HSV(B) 294.29º 0.57% 0.87% -
XYZ 44.46 27.73 72.82 -
YUV 145.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 211 97 223 0.05 0.57 0 0.13 294.29 0.66 0.63
Hex D3 61 DF 5 39 0 D 126 42 3F
Octal 323 141 337 5 71 0 15 446 102 77
Binary 11010011 1100001 11011111 101 111001 0 1101 100100110 1000010 111111

Color Harmonies of #D361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D361DF

Black with #D361DF

Text Example


Text Example

White with #D361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D361DF; }

 p { color: rgb(211,97,223); }

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

background-color css

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

 a { background-color: rgb(211,97,223); }

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

border-color css

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

 span { border-color: rgb(211,97,223); }

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