Html Css Color HEX #D369DA Orchid

📋 copy color: '#D369DA'

red 211 ◦ green 105 ◦ blue 218

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

Shades of Orchid #D369DA

Tints of Orchid #D369DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.82%

R = 39.51%
G = 19.66%
B = 40.82%

CMYK

 C value IS 0.03

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D369DA (or 0xD369DA) is known color: Orchid. HEX triplet: D3, 69 and DA. RGB value is (211,105,218). Sum of RGB (Red+Green+Blue) = 211+105+218=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D369DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369DA is #2C9625. Grayscale: #959595. Windows color (decimal): -2922022 or 14313939. OLE color: 14313939.

HSL color Cylindrical-coordinate representation of color #D369DA: hue angle of 296.28º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D369DA is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 105 218 -
CMYK 0.03 0.52 0 0.15
HSL 296.28º 0.6% 0.63% -
HSV(B) 296.28º 0.52% 0.85% -
XYZ 44.57 29.01 69.58 -
YUV 149.58 166.62 171.81 -
System Red Green Blue C M Y K H S L
Decimal 211 105 218 0.03 0.52 0 0.15 296.28 0.6 0.63
Hex D3 69 DA 3 34 0 F 128 3C 3F
Octal 323 151 332 3 64 0 17 450 74 77
Binary 11010011 1101001 11011010 11 110100 0 1111 100101000 111100 111111

Color Harmonies of #D369DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D369DA

Black with #D369DA

Text Example


Text Example

White with #D369DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D369DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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