Html Css Color HEX #D56FCB Orchid

📋 copy color: '#D56FCB'

red 213 ◦ green 111 ◦ blue 203

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

Shades of Orchid #D56FCB

Tints of Orchid #D56FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.06%

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

R = 40.42%
G = 21.06%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D56FCB (or 0xD56FCB) is known color: Orchid. HEX triplet: D5, 6F and CB. RGB value is (213,111,203). Sum of RGB (Red+Green+Blue) = 213+111+203=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D56FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56FCB is #2A9034. Grayscale: #979797. Windows color (decimal): -2789429 or 13332437. OLE color: 13332437.

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

Color convert

RGB 213 111 203 -
CMYK 0 0.48 0.05 0.16
HSL 305.88º 0.55% 0.64% -
HSV(B) 305.88º 0.48% 0.84% -
XYZ 43.9 29.83 59.94 -
YUV 151.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 213 111 203 0 0.48 0.05 0.16 305.88 0.55 0.64
Hex D5 6F CB 0 30 5 10 132 37 40
Octal 325 157 313 0 60 5 20 462 67 100
Binary 11010101 1101111 11001011 0 110000 101 10000 100110010 110111 1000000

Color Harmonies of #D56FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56FCB

Black with #D56FCB

Text Example


Text Example

White with #D56FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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