Html Css Color HEX #D368D0 Orchid

📋 copy color: '#D368D0'

red 211 ◦ green 104 ◦ blue 208

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

Shades of Orchid #D368D0

Tints of Orchid #D368D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.77%

R = 40.34%
G = 19.89%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D368D0 (or 0xD368D0) is known color: Orchid. HEX triplet: D3, 68 and D0. RGB value is (211,104,208). Sum of RGB (Red+Green+Blue) = 211+104+208=523 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.34% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 211 - color contains mainly: red. Hex color #D368D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368D0 is #2C972F. Grayscale: #939393. Windows color (decimal): -2922288 or 13658323. OLE color: 13658323.

HSL color Cylindrical-coordinate representation of color #D368D0: hue angle of 301.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D368D0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 104 208 -
CMYK 0 0.51 0.01 0.17
HSL 301.68º 0.55% 0.62% -
HSV(B) 301.68º 0.51% 0.83% -
XYZ 43.2 28.3 62.86 -
YUV 147.85 161.95 173.04 -
System Red Green Blue C M Y K H S L
Decimal 211 104 208 0 0.51 0.01 0.17 301.68 0.55 0.62
Hex D3 68 D0 0 33 1 11 12E 37 3E
Octal 323 150 320 0 63 1 21 456 67 76
Binary 11010011 1101000 11010000 0 110011 1 10001 100101110 110111 111110

Color Harmonies of #D368D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D368D0

Black with #D368D0

Text Example


Text Example

White with #D368D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D368D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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