Html Css Color HEX #D48ACE Orchid

📋 copy color: '#D48ACE'

red 212 ◦ green 138 ◦ blue 206

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

Shades of Orchid #D48ACE

Tints of Orchid #D48ACE

RGB

 RED value IS 212 (83.2% from 255) = 38.13%

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

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

R = 38.13%
G = 24.82%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D48ACE (or 0xD48ACE) is known color: Orchid. HEX triplet: D4, 8A and CE. RGB value is (212,138,206). Sum of RGB (Red+Green+Blue) = 212+138+206=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACE is #2B7531. Grayscale: #A7A7A7. Windows color (decimal): -2848050 or 13535956. OLE color: 13535956.

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

Color convert

RGB 212 138 206 -
CMYK 0 0.35 0.03 0.17
HSL 304.86º 0.46% 0.69% -
HSV(B) 304.86º 0.35% 0.83% -
XYZ 47.38 36.63 62.97 -
YUV 167.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 212 138 206 0 0.35 0.03 0.17 304.86 0.46 0.69
Hex D4 8A CE 0 23 3 11 131 2E 45
Octal 324 212 316 0 43 3 21 461 56 105
Binary 11010100 10001010 11001110 0 100011 11 10001 100110001 101110 1000101

Color Harmonies of #D48ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48ACE

Black with #D48ACE

Text Example


Text Example

White with #D48ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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