Html Css Color HEX #D57BBE Orchid

📋 copy color: '#D57BBE'

red 213 ◦ green 123 ◦ blue 190

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

Shades of Orchid #D57BBE

Tints of Orchid #D57BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 40.49%
G = 23.38%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D57BBE (or 0xD57BBE) is known color: Orchid. HEX triplet: D5, 7B and BE. RGB value is (213,123,190). Sum of RGB (Red+Green+Blue) = 213+123+190=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 123 (48.44% from 255 or 23.38% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBE is #2A8441. Grayscale: #9D9D9D. Windows color (decimal): -2786370 or 12483541. OLE color: 12483541.

HSL color Cylindrical-coordinate representation of color #D57BBE: hue angle of 315.33º degrees, saturation: 0.52, 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 #D57BBE is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 190 -
CMYK 0 0.42 0.11 0.16
HSL 315.33º 0.52% 0.66% -
HSV(B) 315.33º 0.42% 0.84% -
XYZ 43.82 32.03 52.59 -
YUV 157.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 213 123 190 0 0.42 0.11 0.16 315.33 0.52 0.66
Hex D5 7B BE 0 2A B 10 13B 34 42
Octal 325 173 276 0 52 13 20 473 64 102
Binary 11010101 1111011 10111110 0 101010 1011 10000 100111011 110100 1000010

Color Harmonies of #D57BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BBE

Black with #D57BBE

Text Example


Text Example

White with #D57BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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