Html Css Color HEX #D368DC Orchid

📋 copy color: '#D368DC'

red 211 ◦ green 104 ◦ blue 220

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

Shades of Orchid #D368DC

Tints of Orchid #D368DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.44%

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

R = 39.44%
G = 19.44%
B = 41.12%

CMYK

 C value IS 0.04

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D368DC (or 0xD368DC) is known color: Orchid. HEX triplet: D3, 68 and DC. RGB value is (211,104,220). Sum of RGB (Red+Green+Blue) = 211+104+220=535 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.44% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #D368DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368DC is #2C9723. Grayscale: #949494. Windows color (decimal): -2922276 or 14444755. OLE color: 14444755.

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

Color convert

RGB 211 104 220 -
CMYK 0.04 0.53 0 0.14
HSL 295.34º 0.62% 0.64% -
HSV(B) 295.34º 0.53% 0.86% -
XYZ 44.73 28.92 70.93 -
YUV 149.22 167.95 172.07 -
System Red Green Blue C M Y K H S L
Decimal 211 104 220 0.04 0.53 0 0.14 295.34 0.62 0.64
Hex D3 68 DC 4 35 0 E 127 3E 40
Octal 323 150 334 4 65 0 16 447 76 100
Binary 11010011 1101000 11011100 100 110101 0 1110 100100111 111110 1000000

Color Harmonies of #D368DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368DC

Black with #D368DC

Text Example


Text Example

White with #D368DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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