Html Css Color HEX #D562DF Orchid

📋 copy color: '#D562DF'

red 213 ◦ green 98 ◦ blue 223

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

Shades of Orchid #D562DF

Tints of Orchid #D562DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.76%

R = 39.89%
G = 18.35%
B = 41.76%

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

#D562DF (or 0xD562DF) is known color: Orchid. HEX triplet: D5, 62 and DF. RGB value is (213,98,223). Sum of RGB (Red+Green+Blue) = 213+98+223=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 223 - color contains mainly: blue. Hex color #D562DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D562DF is #2A9D20. Grayscale: #929292. Windows color (decimal): -2792737 or 14639829. OLE color: 14639829.

HSL color Cylindrical-coordinate representation of color #D562DF: hue angle of 295.2º degrees, saturation: 0.66, 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 #D562DF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 98 223 -
CMYK 0.04 0.56 0 0.13
HSL 295.2º 0.66% 0.63% -
HSV(B) 295.2º 0.56% 0.87% -
XYZ 45.13 28.21 72.88 -
YUV 146.64 171.1 175.34 -
System Red Green Blue C M Y K H S L
Decimal 213 98 223 0.04 0.56 0 0.13 295.2 0.66 0.63
Hex D5 62 DF 4 38 0 D 127 42 3F
Octal 325 142 337 4 70 0 15 447 102 77
Binary 11010101 1100010 11011111 100 111000 0 1101 100100111 1000010 111111

Color Harmonies of #D562DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D562DF

Black with #D562DF

Text Example


Text Example

White with #D562DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D562DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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