Html Css Color HEX #D56CC6 Orchid

📋 copy color: '#D56CC6'

red 213 ◦ green 108 ◦ blue 198

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

Shades of Orchid #D56CC6

Tints of Orchid #D56CC6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.81%

 BLUE value IS 198 (77.73% from 255) = 38.15%

R = 41.04%
G = 20.81%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D56CC6 (or 0xD56CC6) is known color: Orchid. HEX triplet: D5, 6C and C6. RGB value is (213,108,198). Sum of RGB (Red+Green+Blue) = 213+108+198=519 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.04% from 519); Green value is 108 (42.58% from 255 or 20.81% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CC6 is #2A9339. Grayscale: #959595. Windows color (decimal): -2790202 or 13003989. OLE color: 13003989.

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

Color convert

RGB 213 108 198 -
CMYK 0 0.49 0.07 0.16
HSL 308.57º 0.56% 0.63% -
HSV(B) 308.57º 0.49% 0.84% -
XYZ 43 28.95 56.75 -
YUV 149.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 213 108 198 0 0.49 0.07 0.16 308.57 0.56 0.63
Hex D5 6C C6 0 31 7 10 135 38 3F
Octal 325 154 306 0 61 7 20 465 70 77
Binary 11010101 1101100 11000110 0 110001 111 10000 100110101 111000 111111

Color Harmonies of #D56CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CC6

Black with #D56CC6

Text Example


Text Example

White with #D56CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CC6; }

 p { color: rgb(213,108,198); }

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

background-color css

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

 a { background-color: rgb(213,108,198); }

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

border-color css

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

 span { border-color: rgb(213,108,198); }

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