Html Css Color HEX #D57CD2 Orchid

📋 copy color: '#D57CD2'

red 213 ◦ green 124 ◦ blue 210

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

Shades of Orchid #D57CD2

Tints of Orchid #D57CD2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.67%

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

R = 38.94%
G = 22.67%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#D57CD2 (or 0xD57CD2) is known color: Orchid. HEX triplet: D5, 7C and D2. RGB value is (213,124,210). Sum of RGB (Red+Green+Blue) = 213+124+210=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 124 (48.83% from 255 or 22.67% from 547); Blue value is 210 (82.42% from 255 or 38.39% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CD2 is #2A832D. Grayscale: #A0A0A0. Windows color (decimal): -2786094 or 13794517. OLE color: 13794517.

HSL color Cylindrical-coordinate representation of color #D57CD2: hue angle of 302.02º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D57CD2 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 124 210 -
CMYK 0 0.42 0.01 0.16
HSL 302.02º 0.51% 0.66% -
HSV(B) 302.02º 0.42% 0.84% -
XYZ 46.28 33.21 64.94 -
YUV 160.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 213 124 210 0 0.42 0.01 0.16 302.02 0.51 0.66
Hex D5 7C D2 0 2A 1 10 12E 33 42
Octal 325 174 322 0 52 1 20 456 63 102
Binary 11010101 1111100 11010010 0 101010 1 10000 100101110 110011 1000010

Color Harmonies of #D57CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CD2

Black with #D57CD2

Text Example


Text Example

White with #D57CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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