Html Css Color HEX #D57BBB Orchid

📋 copy color: '#D57BBB'

red 213 ◦ green 123 ◦ blue 187

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

Shades of Orchid #D57BBB

Tints of Orchid #D57BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.76%

R = 40.73%
G = 23.52%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D57BBB (or 0xD57BBB) is known color: Orchid. HEX triplet: D5, 7B and BB. RGB value is (213,123,187). Sum of RGB (Red+Green+Blue) = 213+123+187=523 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.73% from 523); Green value is 123 (48.44% from 255 or 23.52% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BBB is #2A8444. Grayscale: #9D9D9D. Windows color (decimal): -2786373 or 12286933. OLE color: 12286933.

HSL color Cylindrical-coordinate representation of color #D57BBB: hue angle of 317.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 #D57BBB is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 123 187 -
CMYK 0 0.42 0.12 0.16
HSL 317.33º 0.52% 0.66% -
HSV(B) 317.33º 0.42% 0.84% -
XYZ 43.49 31.9 50.88 -
YUV 157.21 144.82 167.8 -
System Red Green Blue C M Y K H S L
Decimal 213 123 187 0 0.42 0.12 0.16 317.33 0.52 0.66
Hex D5 7B BB 0 2A C 10 13D 34 42
Octal 325 173 273 0 52 14 20 475 64 102
Binary 11010101 1111011 10111011 0 101010 1100 10000 100111101 110100 1000010

Color Harmonies of #D57BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BBB

Black with #D57BBB

Text Example


Text Example

White with #D57BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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