Html Css Color HEX #D57DD7 Orchid

📋 copy color: '#D57DD7'

red 213 ◦ green 125 ◦ blue 215

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

Shades of Orchid #D57DD7

Tints of Orchid #D57DD7

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.6%

 BLUE value IS 215 (84.38% from 255) = 38.88%

R = 38.52%
G = 22.6%
B = 38.88%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D57DD7 (or 0xD57DD7) is known color: Orchid. HEX triplet: D5, 7D and D7. RGB value is (213,125,215). Sum of RGB (Red+Green+Blue) = 213+125+215=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 125 (49.22% from 255 or 22.60% from 553); Blue value is 215 (84.38% from 255 or 38.88% from 553); Max value from RGB is 215 - color contains mainly: blue. Hex color #D57DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57DD7 is #2A8228. Grayscale: #A1A1A1. Windows color (decimal): -2785833 or 14122453. OLE color: 14122453.

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

Color convert

RGB 213 125 215 -
CMYK 0.01 0.42 0 0.16
HSL 298.67º 0.53% 0.67% -
HSV(B) 298.67º 0.42% 0.84% -
XYZ 47.04 33.72 68.32 -
YUV 161.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 213 125 215 0.01 0.42 0 0.16 298.67 0.53 0.67
Hex D5 7D D7 1 2A 0 10 12B 35 43
Octal 325 175 327 1 52 0 20 453 65 103
Binary 11010101 1111101 11010111 1 101010 0 10000 100101011 110101 1000011

Color Harmonies of #D57DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57DD7

Black with #D57DD7

Text Example


Text Example

White with #D57DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57DD7; }

 p { color: rgb(213,125,215); }

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

background-color css

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

 a { background-color: rgb(213,125,215); }

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

border-color css

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

 span { border-color: rgb(213,125,215); }

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