Html Css Color HEX #D362DF Orchid

📋 copy color: '#D362DF'

red 211 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D362DF

Tints of Orchid #D362DF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.42%

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

R = 39.66%
G = 18.42%
B = 41.92%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D362DF (or 0xD362DF) is known color: Orchid. HEX triplet: D3, 62 and DF. RGB value is (211,98,223). Sum of RGB (Red+Green+Blue) = 211+98+223=532 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.66% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D362DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362DF is #2C9D20. Grayscale: #919191. Windows color (decimal): -2923809 or 14639827. OLE color: 14639827.

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

Color convert

RGB 211 98 223 -
CMYK 0.05 0.56 0 0.13
HSL 294.24º 0.66% 0.63% -
HSV(B) 294.24º 0.56% 0.87% -
XYZ 44.55 27.91 72.85 -
YUV 146.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 211 98 223 0.05 0.56 0 0.13 294.24 0.66 0.63
Hex D3 62 DF 5 38 0 D 126 42 3F
Octal 323 142 337 5 70 0 15 446 102 77
Binary 11010011 1100010 11011111 101 111000 0 1101 100100110 1000010 111111

Color Harmonies of #D362DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362DF

Black with #D362DF

Text Example


Text Example

White with #D362DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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