Html Css Color HEX #D360E9 Orchid

📋 copy color: '#D360E9'

red 211 ◦ green 96 ◦ blue 233

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

Shades of Orchid #D360E9

Tints of Orchid #D360E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 43.15%

R = 39.07%
G = 17.78%
B = 43.15%

CMYK

 C value IS 0.09

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D360E9 (or 0xD360E9) is known color: Orchid. HEX triplet: D3, 60 and E9. RGB value is (211,96,233). Sum of RGB (Red+Green+Blue) = 211+96+233=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 96 (37.89% from 255 or 17.78% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #D360E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D360E9 is #2C9F16. Grayscale: #919191. Windows color (decimal): -2924311 or 15294675. OLE color: 15294675.

HSL color Cylindrical-coordinate representation of color #D360E9: hue angle of 290.36º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D360E9 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 96 233 -
CMYK 0.09 0.59 0 0.09
HSL 290.37º 0.76% 0.65% -
HSV(B) 290.37º 0.59% 0.91% -
XYZ 45.75 28.1 80.1 -
YUV 146 177.1 174.36 -
System Red Green Blue C M Y K H S L
Decimal 211 96 233 0.09 0.59 0 0.09 290.37 0.76 0.65
Hex D3 60 E9 9 3B 0 9 122 4C 41
Octal 323 140 351 11 73 0 11 442 114 101
Binary 11010011 1100000 11101001 1001 111011 0 1001 100100010 1001100 1000001

Color Harmonies of #D360E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D360E9

Black with #D360E9

Text Example


Text Example

White with #D360E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D360E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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