Html Css Color HEX #D360DA Orchid

📋 copy color: '#D360DA'

red 211 ◦ green 96 ◦ blue 218

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

Shades of Orchid #D360DA

Tints of Orchid #D360DA

RGB

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

 GREEN value IS 96 (37.89% from 255) = 18.29%

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

R = 40.19%
G = 18.29%
B = 41.52%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D360DA (or 0xD360DA) is known color: Orchid. HEX triplet: D3, 60 and DA. RGB value is (211,96,218). Sum of RGB (Red+Green+Blue) = 211+96+218=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 96 (37.89% from 255 or 18.29% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #D360DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360DA is #2C9F25. Grayscale: #8F8F8F. Windows color (decimal): -2924326 or 14311635. OLE color: 14311635.

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

Color convert

RGB 211 96 218 -
CMYK 0.03 0.56 0 0.15
HSL 296.56º 0.62% 0.62% -
HSV(B) 296.56º 0.56% 0.85% -
XYZ 43.7 27.28 69.29 -
YUV 144.29 169.6 175.58 -
System Red Green Blue C M Y K H S L
Decimal 211 96 218 0.03 0.56 0 0.15 296.56 0.62 0.62
Hex D3 60 DA 3 38 0 F 129 3E 3E
Octal 323 140 332 3 70 0 17 451 76 76
Binary 11010011 1100000 11011010 11 111000 0 1111 100101001 111110 111110

Color Harmonies of #D360DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360DA

Black with #D360DA

Text Example


Text Example

White with #D360DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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