Html Css Color HEX #D562DB Orchid

📋 copy color: '#D562DB'

red 213 ◦ green 98 ◦ blue 219

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

Shades of Orchid #D562DB

Tints of Orchid #D562DB

RGB

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

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

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

R = 40.19%
G = 18.49%
B = 41.32%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D562DB (or 0xD562DB) is known color: Orchid. HEX triplet: D5, 62 and DB. RGB value is (213,98,219). Sum of RGB (Red+Green+Blue) = 213+98+219=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 98 (38.67% from 255 or 18.49% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 219 - color contains mainly: blue. Hex color #D562DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562DB is #2A9D24. Grayscale: #919191. Windows color (decimal): -2792741 or 14377685. OLE color: 14377685.

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

Color convert

RGB 213 98 219 -
CMYK 0.03 0.55 0 0.14
HSL 297.02º 0.63% 0.62% -
HSV(B) 297.02º 0.55% 0.86% -
XYZ 44.59 28 70.07 -
YUV 146.18 169.1 175.66 -
System Red Green Blue C M Y K H S L
Decimal 213 98 219 0.03 0.55 0 0.14 297.02 0.63 0.62
Hex D5 62 DB 3 37 0 E 129 3F 3E
Octal 325 142 333 3 67 0 16 451 77 76
Binary 11010101 1100010 11011011 11 110111 0 1110 100101001 111111 111110

Color Harmonies of #D562DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562DB

Black with #D562DB

Text Example


Text Example

White with #D562DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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