Html Css Color HEX #D368DE Orchid

📋 copy color: '#D368DE'

red 211 ◦ green 104 ◦ blue 222

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

Shades of Orchid #D368DE

Tints of Orchid #D368DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.34%

R = 39.29%
G = 19.37%
B = 41.34%

CMYK

 C value IS 0.05

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D368DE (or 0xD368DE) is known color: Orchid. HEX triplet: D3, 68 and DE. RGB value is (211,104,222). Sum of RGB (Red+Green+Blue) = 211+104+222=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 104 (41.02% from 255 or 19.37% from 537); Blue value is 222 (87.11% from 255 or 41.34% from 537); Max value from RGB is 222 - color contains mainly: blue. Hex color #D368DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368DE is #2C9721. Grayscale: #959595. Windows color (decimal): -2922274 or 14575827. OLE color: 14575827.

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

Color convert

RGB 211 104 222 -
CMYK 0.05 0.53 0 0.13
HSL 294.41º 0.64% 0.64% -
HSV(B) 294.41º 0.53% 0.87% -
XYZ 45 29.02 72.34 -
YUV 149.45 168.95 171.91 -
System Red Green Blue C M Y K H S L
Decimal 211 104 222 0.05 0.53 0 0.13 294.41 0.64 0.64
Hex D3 68 DE 5 35 0 D 126 40 40
Octal 323 150 336 5 65 0 15 446 100 100
Binary 11010011 1101000 11011110 101 110101 0 1101 100100110 1000000 1000000

Color Harmonies of #D368DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368DE

Black with #D368DE

Text Example


Text Example

White with #D368DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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