Html Css Color HEX #D57AD0 Orchid

📋 copy color: '#D57AD0'

red 213 ◦ green 122 ◦ blue 208

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

Shades of Orchid #D57AD0

Tints of Orchid #D57AD0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 22.47%

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 39.23%
G = 22.47%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D57AD0 (or 0xD57AD0) is known color: Orchid. HEX triplet: D5, 7A and D0. RGB value is (213,122,208). Sum of RGB (Red+Green+Blue) = 213+122+208=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57AD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57AD0 is #2A852F. Grayscale: #9E9E9E. Windows color (decimal): -2786608 or 13662933. OLE color: 13662933.

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

Color convert

RGB 213 122 208 -
CMYK 0 0.43 0.02 0.16
HSL 303.3º 0.52% 0.66% -
HSV(B) 303.3º 0.43% 0.84% -
XYZ 45.79 32.62 63.56 -
YUV 159.01 155.65 166.51 -
System Red Green Blue C M Y K H S L
Decimal 213 122 208 0 0.43 0.02 0.16 303.3 0.52 0.66
Hex D5 7A D0 0 2B 2 10 12F 34 42
Octal 325 172 320 0 53 2 20 457 64 102
Binary 11010101 1111010 11010000 0 101011 10 10000 100101111 110100 1000010

Color Harmonies of #D57AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57AD0

Black with #D57AD0

Text Example


Text Example

White with #D57AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57AD0; }

 p { color: rgb(213,122,208); }

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

background-color css

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

 a { background-color: rgb(213,122,208); }

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

border-color css

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

 span { border-color: rgb(213,122,208); }

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