Html Css Color HEX #D56CCE Orchid

📋 copy color: '#D56CCE'

red 213 ◦ green 108 ◦ blue 206

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

Shades of Orchid #D56CCE

Tints of Orchid #D56CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 40.42%
G = 20.49%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D56CCE (or 0xD56CCE) is known color: Orchid. HEX triplet: D5, 6C and CE. RGB value is (213,108,206). Sum of RGB (Red+Green+Blue) = 213+108+206=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CCE is #2A9331. Grayscale: #969696. Windows color (decimal): -2790194 or 13528277. OLE color: 13528277.

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

Color convert

RGB 213 108 206 -
CMYK 0 0.49 0.03 0.16
HSL 304º 0.56% 0.63% -
HSV(B) 304º 0.49% 0.84% -
XYZ 43.94 29.33 61.74 -
YUV 150.57 159.29 172.53 -
System Red Green Blue C M Y K H S L
Decimal 213 108 206 0 0.49 0.03 0.16 304 0.56 0.63
Hex D5 6C CE 0 31 3 10 130 38 3F
Octal 325 154 316 0 61 3 20 460 70 77
Binary 11010101 1101100 11001110 0 110001 11 10000 100110000 111000 111111

Color Harmonies of #D56CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CCE

Black with #D56CCE

Text Example


Text Example

White with #D56CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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