Html Css Color HEX #D58ACF Orchid

📋 copy color: '#D58ACF'

red 213 ◦ green 138 ◦ blue 207

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

Shades of Orchid #D58ACF

Tints of Orchid #D58ACF

RGB

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

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

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

R = 38.17%
G = 24.73%
B = 37.1%

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

#D58ACF (or 0xD58ACF) is known color: Orchid. HEX triplet: D5, 8A and CF. RGB value is (213,138,207). Sum of RGB (Red+Green+Blue) = 213+138+207=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 213 - color contains mainly: red. Hex color #D58ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D58ACF is #2A7530. Grayscale: #A8A8A8. Windows color (decimal): -2782513 or 13601493. OLE color: 13601493.

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

Color convert

RGB 213 138 207 -
CMYK 0 0.35 0.03 0.16
HSL 304.8º 0.47% 0.69% -
HSV(B) 304.8º 0.35% 0.84% -
XYZ 47.79 36.83 63.62 -
YUV 168.29 149.85 159.89 -
System Red Green Blue C M Y K H S L
Decimal 213 138 207 0 0.35 0.03 0.16 304.8 0.47 0.69
Hex D5 8A CF 0 23 3 10 131 2F 45
Octal 325 212 317 0 43 3 20 461 57 105
Binary 11010101 10001010 11001111 0 100011 11 10000 100110001 101111 1000101

Color Harmonies of #D58ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58ACF

Black with #D58ACF

Text Example


Text Example

White with #D58ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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