Html Css Color HEX #D562DD Orchid

📋 copy color: '#D562DD'

red 213 ◦ green 98 ◦ blue 221

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

Shades of Orchid #D562DD

Tints of Orchid #D562DD

RGB

 RED value IS 213 (83.59% from 255) = 40.04%

 GREEN value IS 98 (38.67% from 255) = 18.42%

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

R = 40.04%
G = 18.42%
B = 41.54%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D562DD (or 0xD562DD) is known color: Orchid. HEX triplet: D5, 62 and DD. RGB value is (213,98,221). Sum of RGB (Red+Green+Blue) = 213+98+221=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 98 (38.67% from 255 or 18.42% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 221 - color contains mainly: blue. Hex color #D562DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562DD is #2A9D22. Grayscale: #929292. Windows color (decimal): -2792739 or 14508757. OLE color: 14508757.

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

Color convert

RGB 213 98 221 -
CMYK 0.04 0.56 0 0.13
HSL 296.1º 0.64% 0.63% -
HSV(B) 296.1º 0.56% 0.87% -
XYZ 44.86 28.1 71.47 -
YUV 146.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 213 98 221 0.04 0.56 0 0.13 296.1 0.64 0.63
Hex D5 62 DD 4 38 0 D 128 40 3F
Octal 325 142 335 4 70 0 15 450 100 77
Binary 11010101 1100010 11011101 100 111000 0 1101 100101000 1000000 111111

Color Harmonies of #D562DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562DD

Black with #D562DD

Text Example


Text Example

White with #D562DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562DD; }

 p { color: rgb(213,98,221); }

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

background-color css

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

 a { background-color: rgb(213,98,221); }

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

border-color css

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

 span { border-color: rgb(213,98,221); }

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