Html Css Color HEX #D46FC9 Orchid

📋 copy color: '#D46FC9'

red 212 ◦ green 111 ◦ blue 201

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

Shades of Orchid #D46FC9

Tints of Orchid #D46FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.18%

 BLUE value IS 201 (78.91% from 255) = 38.36%

R = 40.46%
G = 21.18%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D46FC9 (or 0xD46FC9) is known color: Orchid. HEX triplet: D4, 6F and C9. RGB value is (212,111,201). Sum of RGB (Red+Green+Blue) = 212+111+201=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 111 (43.75% from 255 or 21.18% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FC9 is #2B9036. Grayscale: #979797. Windows color (decimal): -2854967 or 13201364. OLE color: 13201364.

HSL color Cylindrical-coordinate representation of color #D46FC9: hue angle of 306.53º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FC9 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 111 201 -
CMYK 0 0.48 0.05 0.17
HSL 306.53º 0.54% 0.63% -
HSV(B) 306.53º 0.48% 0.83% -
XYZ 43.38 29.58 58.68 -
YUV 151.46 155.96 171.18 -
System Red Green Blue C M Y K H S L
Decimal 212 111 201 0 0.48 0.05 0.17 306.53 0.54 0.63
Hex D4 6F C9 0 30 5 11 133 36 3F
Octal 324 157 311 0 60 5 21 463 66 77
Binary 11010100 1101111 11001001 0 110000 101 10001 100110011 110110 111111

Color Harmonies of #D46FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FC9

Black with #D46FC9

Text Example


Text Example

White with #D46FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FC9; }

 p { color: rgb(212,111,201); }

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

background-color css

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

 a { background-color: rgb(212,111,201); }

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

border-color css

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

 span { border-color: rgb(212,111,201); }

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