Html Css Color HEX #D57BE0 Orchid

📋 copy color: '#D57BE0'

red 213 ◦ green 123 ◦ blue 224

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

Shades of Orchid #D57BE0

Tints of Orchid #D57BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40%

R = 38.04%
G = 21.96%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D57BE0 (or 0xD57BE0) is known color: Orchid. HEX triplet: D5, 7B and E0. RGB value is (213,123,224). Sum of RGB (Red+Green+Blue) = 213+123+224=560 (74% of max value = 765). Red value is 213 (83.59% from 255 or 38.04% from 560); Green value is 123 (48.44% from 255 or 21.96% from 560); Blue value is 224 (87.89% from 255 or 40% from 560); Max value from RGB is 224 - color contains mainly: blue. Hex color #D57BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BE0 is #2A841F. Grayscale: #A1A1A1. Windows color (decimal): -2786336 or 14711765. OLE color: 14711765.

HSL color Cylindrical-coordinate representation of color #D57BE0: hue angle of 293.47º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57BE0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 123 224 -
CMYK 0.05 0.45 0 0.12
HSL 293.47º 0.62% 0.68% -
HSV(B) 293.47º 0.45% 0.88% -
XYZ 47.98 33.69 74.5 -
YUV 161.42 163.32 164.79 -
System Red Green Blue C M Y K H S L
Decimal 213 123 224 0.05 0.45 0 0.12 293.47 0.62 0.68
Hex D5 7B E0 5 2D 0 C 125 3E 44
Octal 325 173 340 5 55 0 14 445 76 104
Binary 11010101 1111011 11100000 101 101101 0 1100 100100101 111110 1000100

Color Harmonies of #D57BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BE0

Black with #D57BE0

Text Example


Text Example

White with #D57BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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