Html Css Color HEX #D46ACC Orchid

📋 copy color: '#D46ACC'

red 212 ◦ green 106 ◦ blue 204

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

Shades of Orchid #D46ACC

Tints of Orchid #D46ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 40.61%
G = 20.31%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D46ACC (or 0xD46ACC) is known color: Orchid. HEX triplet: D4, 6A and CC. RGB value is (212,106,204). Sum of RGB (Red+Green+Blue) = 212+106+204=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46ACC is #2B9533. Grayscale: #949494. Windows color (decimal): -2856244 or 13396692. OLE color: 13396692.

HSL color Cylindrical-coordinate representation of color #D46ACC: hue angle of 304.53º 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 #D46ACC is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 106 204 -
CMYK 0 0.5 0.04 0.17
HSL 304.53º 0.55% 0.62% -
HSV(B) 304.53º 0.5% 0.83% -
XYZ 43.2 28.66 60.38 -
YUV 148.87 159.12 173.03 -
System Red Green Blue C M Y K H S L
Decimal 212 106 204 0 0.5 0.04 0.17 304.53 0.55 0.62
Hex D4 6A CC 0 32 4 11 131 37 3E
Octal 324 152 314 0 62 4 21 461 67 76
Binary 11010100 1101010 11001100 0 110010 100 10001 100110001 110111 111110

Color Harmonies of #D46ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46ACC

Black with #D46ACC

Text Example


Text Example

White with #D46ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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