Html Css Color HEX #D365DA Orchid

📋 copy color: '#D365DA'

red 211 ◦ green 101 ◦ blue 218

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

Shades of Orchid #D365DA

Tints of Orchid #D365DA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.06%

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

R = 39.81%
G = 19.06%
B = 41.13%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D365DA (or 0xD365DA) is known color: Orchid. HEX triplet: D3, 65 and DA. RGB value is (211,101,218). Sum of RGB (Red+Green+Blue) = 211+101+218=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #D365DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365DA is #2C9A25. Grayscale: #929292. Windows color (decimal): -2923046 or 14312915. OLE color: 14312915.

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

Color convert

RGB 211 101 218 -
CMYK 0.03 0.54 0 0.15
HSL 296.41º 0.61% 0.63% -
HSV(B) 296.41º 0.54% 0.85% -
XYZ 44.17 28.22 69.45 -
YUV 147.23 167.94 173.49 -
System Red Green Blue C M Y K H S L
Decimal 211 101 218 0.03 0.54 0 0.15 296.41 0.61 0.63
Hex D3 65 DA 3 36 0 F 128 3D 3F
Octal 323 145 332 3 66 0 17 450 75 77
Binary 11010011 1100101 11011010 11 110110 0 1111 100101000 111101 111111

Color Harmonies of #D365DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365DA

Black with #D365DA

Text Example


Text Example

White with #D365DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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