Html Css Color HEX #D57BCF Orchid

📋 copy color: '#D57BCF'

red 213 ◦ green 123 ◦ blue 207

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

Shades of Orchid #D57BCF

Tints of Orchid #D57BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.12%

R = 39.23%
G = 22.65%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D57BCF (or 0xD57BCF) is known color: Orchid. HEX triplet: D5, 7B and CF. RGB value is (213,123,207). Sum of RGB (Red+Green+Blue) = 213+123+207=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57BCF is #2A8430. Grayscale: #9F9F9F. Windows color (decimal): -2786353 or 13597653. OLE color: 13597653.

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

Color convert

RGB 213 123 207 -
CMYK 0 0.42 0.03 0.16
HSL 304º 0.52% 0.66% -
HSV(B) 304º 0.42% 0.84% -
XYZ 45.79 32.82 62.95 -
YUV 159.49 154.82 166.17 -
System Red Green Blue C M Y K H S L
Decimal 213 123 207 0 0.42 0.03 0.16 304 0.52 0.66
Hex D5 7B CF 0 2A 3 10 130 34 42
Octal 325 173 317 0 52 3 20 460 64 102
Binary 11010101 1111011 11001111 0 101010 11 10000 100110000 110100 1000010

Color Harmonies of #D57BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57BCF

Black with #D57BCF

Text Example


Text Example

White with #D57BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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