Html Css Color HEX #D365DD Orchid

📋 copy color: '#D365DD'

red 211 ◦ green 101 ◦ blue 221

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

Shades of Orchid #D365DD

Tints of Orchid #D365DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 39.59%
G = 18.95%
B = 41.46%

CMYK

 C value IS 0.05

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D365DD (or 0xD365DD) is known color: Orchid. HEX triplet: D3, 65 and DD. RGB value is (211,101,221). Sum of RGB (Red+Green+Blue) = 211+101+221=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 221 - color contains mainly: blue. Hex color #D365DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D365DD is #2C9A22. Grayscale: #939393. Windows color (decimal): -2923043 or 14509523. OLE color: 14509523.

HSL color Cylindrical-coordinate representation of color #D365DD: hue angle of 295º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D365DD is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 101 221 -
CMYK 0.05 0.54 0 0.13
HSL 295º 0.64% 0.63% -
HSV(B) 295º 0.54% 0.87% -
XYZ 44.57 28.38 71.53 -
YUV 147.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 211 101 221 0.05 0.54 0 0.13 295 0.64 0.63
Hex D3 65 DD 5 36 0 D 127 40 3F
Octal 323 145 335 5 66 0 15 447 100 77
Binary 11010011 1100101 11011101 101 110110 0 1101 100100111 1000000 111111

Color Harmonies of #D365DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D365DD

Black with #D365DD

Text Example


Text Example

White with #D365DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D365DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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