Html Css Color HEX #D369D5 Orchid

📋 copy color: '#D369D5'

red 211 ◦ green 105 ◦ blue 213

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

Shades of Orchid #D369D5

Tints of Orchid #D369D5

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.85%

 BLUE value IS 213 (83.59% from 255) = 40.26%

R = 39.89%
G = 19.85%
B = 40.26%

CMYK

 C value IS 0.01

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D369D5 (or 0xD369D5) is known color: Orchid. HEX triplet: D3, 69 and D5. RGB value is (211,105,213). Sum of RGB (Red+Green+Blue) = 211+105+213=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #D369D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369D5 is #2C962A. Grayscale: #949494. Windows color (decimal): -2922027 or 13986259. OLE color: 13986259.

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

Color convert

RGB 211 105 213 -
CMYK 0.01 0.51 0 0.16
HSL 298.89º 0.56% 0.62% -
HSV(B) 298.89º 0.51% 0.84% -
XYZ 43.93 28.76 66.19 -
YUV 149.01 164.12 172.22 -
System Red Green Blue C M Y K H S L
Decimal 211 105 213 0.01 0.51 0 0.16 298.89 0.56 0.62
Hex D3 69 D5 1 33 0 10 12B 38 3E
Octal 323 151 325 1 63 0 20 453 70 76
Binary 11010011 1101001 11010101 1 110011 0 10000 100101011 111000 111110

Color Harmonies of #D369D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369D5

Black with #D369D5

Text Example


Text Example

White with #D369D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369D5; }

 p { color: rgb(211,105,213); }

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

background-color css

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

 a { background-color: rgb(211,105,213); }

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

border-color css

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

 span { border-color: rgb(211,105,213); }

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