Html Css Color HEX #D57BDB Orchid

📋 copy color: '#D57BDB'

red 213 ◦ green 123 ◦ blue 219

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

Shades of Orchid #D57BDB

Tints of Orchid #D57BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.46%

R = 38.38%
G = 22.16%
B = 39.46%

CMYK

 C value IS 0.03

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D57BDB (or 0xD57BDB) is known color: Orchid. HEX triplet: D5, 7B and DB. RGB value is (213,123,219). Sum of RGB (Red+Green+Blue) = 213+123+219=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 123 (48.44% from 255 or 22.16% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #D57BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BDB is #2A8424. Grayscale: #A0A0A0. Windows color (decimal): -2786341 or 14384085. OLE color: 14384085.

HSL color Cylindrical-coordinate representation of color #D57BDB: hue angle of 296.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57BDB is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 123 219 -
CMYK 0.03 0.44 0 0.14
HSL 296.25º 0.57% 0.67% -
HSV(B) 296.25º 0.44% 0.86% -
XYZ 47.31 33.43 70.98 -
YUV 160.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 213 123 219 0.03 0.44 0 0.14 296.25 0.57 0.67
Hex D5 7B DB 3 2C 0 E 128 39 43
Octal 325 173 333 3 54 0 16 450 71 103
Binary 11010101 1111011 11011011 11 101100 0 1110 100101000 111001 1000011

Color Harmonies of #D57BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BDB

Black with #D57BDB

Text Example


Text Example

White with #D57BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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