Html Css Color HEX #D56DCB Orchid

📋 copy color: '#D56DCB'

red 213 ◦ green 109 ◦ blue 203

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

Shades of Orchid #D56DCB

Tints of Orchid #D56DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.67%

R = 40.57%
G = 20.76%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D56DCB (or 0xD56DCB) is known color: Orchid. HEX triplet: D5, 6D and CB. RGB value is (213,109,203). Sum of RGB (Red+Green+Blue) = 213+109+203=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D56DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56DCB is #2A9234. Grayscale: #969696. Windows color (decimal): -2789941 or 13331925. OLE color: 13331925.

HSL color Cylindrical-coordinate representation of color #D56DCB: hue angle of 305.77º 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 #D56DCB is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 109 203 -
CMYK 0 0.49 0.05 0.16
HSL 305.77º 0.55% 0.63% -
HSV(B) 305.77º 0.49% 0.84% -
XYZ 43.69 29.4 59.87 -
YUV 150.81 157.46 172.36 -
System Red Green Blue C M Y K H S L
Decimal 213 109 203 0 0.49 0.05 0.16 305.77 0.55 0.63
Hex D5 6D CB 0 31 5 10 132 37 3F
Octal 325 155 313 0 61 5 20 462 67 77
Binary 11010101 1101101 11001011 0 110001 101 10000 100110010 110111 111111

Color Harmonies of #D56DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56DCB

Black with #D56DCB

Text Example


Text Example

White with #D56DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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