Html Css Color HEX #D56BCD Orchid

📋 copy color: '#D56BCD'

red 213 ◦ green 107 ◦ blue 205

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

Shades of Orchid #D56BCD

Tints of Orchid #D56BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.38%

 BLUE value IS 205 (80.47% from 255) = 39.05%

R = 40.57%
G = 20.38%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D56BCD (or 0xD56BCD) is known color: Orchid. HEX triplet: D5, 6B and CD. RGB value is (213,107,205). Sum of RGB (Red+Green+Blue) = 213+107+205=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D56BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56BCD is #2A9432. Grayscale: #959595. Windows color (decimal): -2790451 or 13462485. OLE color: 13462485.

HSL color Cylindrical-coordinate representation of color #D56BCD: hue angle of 304.53º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D56BCD is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 107 205 -
CMYK 0 0.50 0.04 0.16
HSL 304.53º 0.56% 0.63% -
HSV(B) 304.53º 0.5% 0.84% -
XYZ 43.72 29.07 61.06 -
YUV 149.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 213 107 205 0 0.50 0.04 0.16 304.53 0.56 0.63
Hex D5 6B CD 0 32 4 10 131 38 3F
Octal 325 153 315 0 62 4 20 461 70 77
Binary 11010101 1101011 11001101 0 110010 100 10000 100110001 111000 111111

Color Harmonies of #D56BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56BCD

Black with #D56BCD

Text Example


Text Example

White with #D56BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56BCD; }

 p { color: rgb(213,107,205); }

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

background-color css

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

 a { background-color: rgb(213,107,205); }

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

border-color css

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

 span { border-color: rgb(213,107,205); }

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