Html Css Color HEX #D57BDC Orchid

📋 copy color: '#D57BDC'

red 213 ◦ green 123 ◦ blue 220

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

Shades of Orchid #D57BDC

Tints of Orchid #D57BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 22.12%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 38.31%
G = 22.12%
B = 39.57%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57BDC (or 0xD57BDC) is known color: Orchid. HEX triplet: D5, 7B and DC. RGB value is (213,123,220). Sum of RGB (Red+Green+Blue) = 213+123+220=556 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.31% from 556); Green value is 123 (48.44% from 255 or 22.12% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D57BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDC is #2A8423. Grayscale: #A0A0A0. Windows color (decimal): -2786340 or 14449621. OLE color: 14449621.

HSL color Cylindrical-coordinate representation of color #D57BDC: hue angle of 295.67º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57BDC is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 123 220 -
CMYK 0.03 0.44 0 0.14
HSL 295.67º 0.58% 0.67% -
HSV(B) 295.67º 0.44% 0.86% -
XYZ 47.44 33.48 71.67 -
YUV 160.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 213 123 220 0.03 0.44 0 0.14 295.67 0.58 0.67
Hex D5 7B DC 3 2C 0 E 128 3A 43
Octal 325 173 334 3 54 0 16 450 72 103
Binary 11010101 1111011 11011100 11 101100 0 1110 100101000 111010 1000011

Color Harmonies of #D57BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BDC

Black with #D57BDC

Text Example


Text Example

White with #D57BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BDC; }

 p { color: rgb(213,123,220); }

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

background-color css

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

 a { background-color: rgb(213,123,220); }

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

border-color css

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

 span { border-color: rgb(213,123,220); }

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