Html Css Color HEX #D360DB Orchid

📋 copy color: '#D360DB'

red 211 ◦ green 96 ◦ blue 219

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

Shades of Orchid #D360DB

Tints of Orchid #D360DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.63%

R = 40.11%
G = 18.25%
B = 41.63%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D360DB (or 0xD360DB) is known color: Orchid. HEX triplet: D3, 60 and DB. RGB value is (211,96,219). Sum of RGB (Red+Green+Blue) = 211+96+219=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 96 (37.89% from 255 or 18.25% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #D360DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D360DB is #2C9F24. Grayscale: #909090. Windows color (decimal): -2924325 or 14377171. OLE color: 14377171.

HSL color Cylindrical-coordinate representation of color #D360DB: hue angle of 296.1º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D360DB is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 96 219 -
CMYK 0.04 0.56 0 0.14
HSL 296.1º 0.63% 0.62% -
HSV(B) 296.1º 0.56% 0.86% -
XYZ 43.83 27.33 69.98 -
YUV 144.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 211 96 219 0.04 0.56 0 0.14 296.1 0.63 0.62
Hex D3 60 DB 4 38 0 E 128 3F 3E
Octal 323 140 333 4 70 0 16 450 77 76
Binary 11010011 1100000 11011011 100 111000 0 1110 100101000 111111 111110

Color Harmonies of #D360DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360DB

Black with #D360DB

Text Example


Text Example

White with #D360DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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