Html Css Color HEX #D362DC Orchid

📋 copy color: '#D362DC'

red 211 ◦ green 98 ◦ blue 220

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

Shades of Orchid #D362DC

Tints of Orchid #D362DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 39.89%
G = 18.53%
B = 41.59%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D362DC (or 0xD362DC) is known color: Orchid. HEX triplet: D3, 62 and DC. RGB value is (211,98,220). Sum of RGB (Red+Green+Blue) = 211+98+220=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 98 (38.67% from 255 or 18.53% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #D362DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D362DC is #2C9D23. Grayscale: #919191. Windows color (decimal): -2923812 or 14443219. OLE color: 14443219.

HSL color Cylindrical-coordinate representation of color #D362DC: hue angle of 295.57º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D362DC is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 98 220 -
CMYK 0.04 0.55 0 0.14
HSL 295.57º 0.64% 0.62% -
HSV(B) 295.57º 0.55% 0.86% -
XYZ 44.15 27.75 70.74 -
YUV 145.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 211 98 220 0.04 0.55 0 0.14 295.57 0.64 0.62
Hex D3 62 DC 4 37 0 E 128 40 3E
Octal 323 142 334 4 67 0 16 450 100 76
Binary 11010011 1100010 11011100 100 110111 0 1110 100101000 1000000 111110

Color Harmonies of #D362DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D362DC

Black with #D362DC

Text Example


Text Example

White with #D362DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D362DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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