Html Css Color HEX #D57BE6 Orchid

📋 copy color: '#D57BE6'

red 213 ◦ green 123 ◦ blue 230

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

Shades of Orchid #D57BE6

Tints of Orchid #D57BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.64%

R = 37.63%
G = 21.73%
B = 40.64%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D57BE6 (or 0xD57BE6) is known color: Orchid. HEX triplet: D5, 7B and E6. RGB value is (213,123,230). Sum of RGB (Red+Green+Blue) = 213+123+230=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 123 (48.44% from 255 or 21.73% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #D57BE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D57BE6 is #2A8419. Grayscale: #A1A1A1. Windows color (decimal): -2786330 or 15104981. OLE color: 15104981.

HSL color Cylindrical-coordinate representation of color #D57BE6: hue angle of 290.47º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57BE6 is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 213 123 230 -
CMYK 0.07 0.47 0 0.10
HSL 290.47º 0.68% 0.69% -
HSV(B) 290.47º 0.47% 0.9% -
XYZ 48.81 34.03 78.86 -
YUV 162.11 166.32 164.3 -
System Red Green Blue C M Y K H S L
Decimal 213 123 230 0.07 0.47 0 0.10 290.47 0.68 0.69
Hex D5 7B E6 7 2F 0 A 122 44 45
Octal 325 173 346 7 57 0 12 442 104 105
Binary 11010101 1111011 11100110 111 101111 0 1010 100100010 1000100 1000101

Color Harmonies of #D57BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BE6

Black with #D57BE6

Text Example


Text Example

White with #D57BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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