Html Css Color HEX #D365D8 Orchid

📋 copy color: '#D365D8'

red 211 ◦ green 101 ◦ blue 216

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

Shades of Orchid #D365D8

Tints of Orchid #D365D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.91%

R = 39.96%
G = 19.13%
B = 40.91%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D365D8 (or 0xD365D8) is known color: Orchid. HEX triplet: D3, 65 and D8. RGB value is (211,101,216). Sum of RGB (Red+Green+Blue) = 211+101+216=528 (69% of max value = 765). Red value is 211 (82.81% from 255 or 39.96% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 216 (84.77% from 255 or 40.91% from 528); Max value from RGB is 216 - color contains mainly: blue. Hex color #D365D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365D8 is #2C9A27. Grayscale: #929292. Windows color (decimal): -2923048 or 14181843. OLE color: 14181843.

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

Color convert

RGB 211 101 216 -
CMYK 0.02 0.53 0 0.15
HSL 297.39º 0.6% 0.62% -
HSV(B) 297.39º 0.53% 0.85% -
XYZ 43.91 28.11 68.08 -
YUV 147 166.94 173.65 -
System Red Green Blue C M Y K H S L
Decimal 211 101 216 0.02 0.53 0 0.15 297.39 0.6 0.62
Hex D3 65 D8 2 35 0 F 129 3C 3E
Octal 323 145 330 2 65 0 17 451 74 76
Binary 11010011 1100101 11011000 10 110101 0 1111 100101001 111100 111110

Color Harmonies of #D365D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365D8

Black with #D365D8

Text Example


Text Example

White with #D365D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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