Html Css Color HEX #D56DC9 Orchid

📋 copy color: '#D56DC9'

red 213 ◦ green 109 ◦ blue 201

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

Shades of Orchid #D56DC9

Tints of Orchid #D56DC9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.84%

 BLUE value IS 201 (78.91% from 255) = 38.43%

R = 40.73%
G = 20.84%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D56DC9 (or 0xD56DC9) is known color: Orchid. HEX triplet: D5, 6D and C9. RGB value is (213,109,201). Sum of RGB (Red+Green+Blue) = 213+109+201=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 109 (42.97% from 255 or 20.84% from 523); Blue value is 201 (78.91% from 255 or 38.43% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DC9 is #2A9236. Grayscale: #969696. Windows color (decimal): -2789943 or 13200853. OLE color: 13200853.

HSL color Cylindrical-coordinate representation of color #D56DC9: hue angle of 306.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D56DC9 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 201 -
CMYK 0 0.49 0.06 0.16
HSL 306.92º 0.55% 0.63% -
HSV(B) 306.92º 0.49% 0.84% -
XYZ 43.45 29.3 58.62 -
YUV 150.58 156.46 172.52 -
System Red Green Blue C M Y K H S L
Decimal 213 109 201 0 0.49 0.06 0.16 306.92 0.55 0.63
Hex D5 6D C9 0 31 6 10 133 37 3F
Octal 325 155 311 0 61 6 20 463 67 77
Binary 11010101 1101101 11001001 0 110001 110 10000 100110011 110111 111111

Color Harmonies of #D56DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DC9

Black with #D56DC9

Text Example


Text Example

White with #D56DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DC9; }

 p { color: rgb(213,109,201); }

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

background-color css

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

 a { background-color: rgb(213,109,201); }

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

border-color css

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

 span { border-color: rgb(213,109,201); }

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