Html Css Color HEX #D57CCE Orchid

📋 copy color: '#D57CCE'

red 213 ◦ green 124 ◦ blue 206

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

Shades of Orchid #D57CCE

Tints of Orchid #D57CCE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.84%

 BLUE value IS 206 (80.86% from 255) = 37.94%

R = 39.23%
G = 22.84%
B = 37.94%

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

#D57CCE (or 0xD57CCE) is known color: Orchid. HEX triplet: D5, 7C and CE. RGB value is (213,124,206). Sum of RGB (Red+Green+Blue) = 213+124+206=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 213 - color contains mainly: red. Hex color #D57CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D57CCE is #2A8331. Grayscale: #9F9F9F. Windows color (decimal): -2786098 or 13532373. OLE color: 13532373.

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

Color convert

RGB 213 124 206 -
CMYK 0 0.42 0.03 0.16
HSL 304.72º 0.51% 0.66% -
HSV(B) 304.72º 0.42% 0.84% -
XYZ 45.79 33.02 62.35 -
YUV 159.96 153.99 165.83 -
System Red Green Blue C M Y K H S L
Decimal 213 124 206 0 0.42 0.03 0.16 304.72 0.51 0.66
Hex D5 7C CE 0 2A 3 10 131 33 42
Octal 325 174 316 0 52 3 20 461 63 102
Binary 11010101 1111100 11001110 0 101010 11 10000 100110001 110011 1000010

Color Harmonies of #D57CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57CCE

Black with #D57CCE

Text Example


Text Example

White with #D57CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57CCE; }

 p { color: rgb(213,124,206); }

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

background-color css

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

 a { background-color: rgb(213,124,206); }

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

border-color css

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

 span { border-color: rgb(213,124,206); }

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