Html Css Color HEX #D56CCA Orchid

📋 copy color: '#D56CCA'

red 213 ◦ green 108 ◦ blue 202

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

Shades of Orchid #D56CCA

Tints of Orchid #D56CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 40.73%
G = 20.65%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D56CCA (or 0xD56CCA) is known color: Orchid. HEX triplet: D5, 6C and CA. RGB value is (213,108,202). Sum of RGB (Red+Green+Blue) = 213+108+202=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D56CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D56CCA is #2A9335. Grayscale: #959595. Windows color (decimal): -2790198 or 13266133. OLE color: 13266133.

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

Color convert

RGB 213 108 202 -
CMYK 0 0.49 0.05 0.16
HSL 306.29º 0.56% 0.63% -
HSV(B) 306.29º 0.49% 0.84% -
XYZ 43.46 29.14 59.21 -
YUV 150.11 157.29 172.86 -
System Red Green Blue C M Y K H S L
Decimal 213 108 202 0 0.49 0.05 0.16 306.29 0.56 0.63
Hex D5 6C CA 0 31 5 10 132 38 3F
Octal 325 154 312 0 61 5 20 462 70 77
Binary 11010101 1101100 11001010 0 110001 101 10000 100110010 111000 111111

Color Harmonies of #D56CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56CCA

Black with #D56CCA

Text Example


Text Example

White with #D56CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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