Html Css Color HEX #D58ACE Orchid

📋 copy color: '#D58ACE'

red 213 ◦ green 138 ◦ blue 206

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

Shades of Orchid #D58ACE

Tints of Orchid #D58ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

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

R = 38.24%
G = 24.78%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D58ACE (or 0xD58ACE) is known color: Orchid. HEX triplet: D5, 8A and CE. RGB value is (213,138,206). Sum of RGB (Red+Green+Blue) = 213+138+206=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACE is #2A7531. Grayscale: #A7A7A7. Windows color (decimal): -2782514 or 13535957. OLE color: 13535957.

HSL color Cylindrical-coordinate representation of color #D58ACE: hue angle of 305.6º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D58ACE is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 138 206 -
CMYK 0 0.35 0.03 0.16
HSL 305.6º 0.47% 0.69% -
HSV(B) 305.6º 0.35% 0.84% -
XYZ 47.67 36.78 62.98 -
YUV 168.18 149.35 159.97 -
System Red Green Blue C M Y K H S L
Decimal 213 138 206 0 0.35 0.03 0.16 305.6 0.47 0.69
Hex D5 8A CE 0 23 3 10 132 2F 45
Octal 325 212 316 0 43 3 20 462 57 105
Binary 11010101 10001010 11001110 0 100011 11 10000 100110010 101111 1000101

Color Harmonies of #D58ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ACE

Black with #D58ACE

Text Example


Text Example

White with #D58ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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