Html Css Color HEX #D56CD2 Orchid

📋 copy color: '#D56CD2'

red 213 ◦ green 108 ◦ blue 210

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

Shades of Orchid #D56CD2

Tints of Orchid #D56CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.55%

R = 40.11%
G = 20.34%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D56CD2 (or 0xD56CD2) is known color: Orchid. HEX triplet: D5, 6C and D2. RGB value is (213,108,210). Sum of RGB (Red+Green+Blue) = 213+108+210=531 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.11% from 531); Green value is 108 (42.58% from 255 or 20.34% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CD2 is #2A932D. Grayscale: #969696. Windows color (decimal): -2790190 or 13790421. OLE color: 13790421.

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

Color convert

RGB 213 108 210 -
CMYK 0 0.49 0.01 0.16
HSL 301.71º 0.56% 0.63% -
HSV(B) 301.71º 0.49% 0.84% -
XYZ 44.44 29.52 64.33 -
YUV 151.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 213 108 210 0 0.49 0.01 0.16 301.71 0.56 0.63
Hex D5 6C D2 0 31 1 10 12E 38 3F
Octal 325 154 322 0 61 1 20 456 70 77
Binary 11010101 1101100 11010010 0 110001 1 10000 100101110 111000 111111

Color Harmonies of #D56CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CD2

Black with #D56CD2

Text Example


Text Example

White with #D56CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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