Html Css Color HEX #D46AC8 Orchid

📋 copy color: '#D46AC8'

red 212 ◦ green 106 ◦ blue 200

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

Shades of Orchid #D46AC8

Tints of Orchid #D46AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.46%

 BLUE value IS 200 (78.52% from 255) = 38.61%

R = 40.93%
G = 20.46%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D46AC8 (or 0xD46AC8) is known color: Orchid. HEX triplet: D4, 6A and C8. RGB value is (212,106,200). Sum of RGB (Red+Green+Blue) = 212+106+200=518 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.93% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 200 (78.52% from 255 or 38.61% from 518); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AC8 is #2B9537. Grayscale: #949494. Windows color (decimal): -2856248 or 13134548. OLE color: 13134548.

HSL color Cylindrical-coordinate representation of color #D46AC8: hue angle of 306.79º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46AC8 is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 200 -
CMYK 0 0.5 0.06 0.17
HSL 306.79º 0.55% 0.62% -
HSV(B) 306.79º 0.5% 0.83% -
XYZ 42.73 28.48 57.89 -
YUV 148.41 157.12 173.36 -
System Red Green Blue C M Y K H S L
Decimal 212 106 200 0 0.5 0.06 0.17 306.79 0.55 0.62
Hex D4 6A C8 0 32 6 11 133 37 3E
Octal 324 152 310 0 62 6 21 463 67 76
Binary 11010100 1101010 11001000 0 110010 110 10001 100110011 110111 111110

Color Harmonies of #D46AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46AC8

Black with #D46AC8

Text Example


Text Example

White with #D46AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46AC8; }

 p { color: rgb(212,106,200); }

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

background-color css

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

 a { background-color: rgb(212,106,200); }

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

border-color css

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

 span { border-color: rgb(212,106,200); }

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