Html Css Color HEX #D46FC7 Orchid

📋 copy color: '#D46FC7'

red 212 ◦ green 111 ◦ blue 199

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

Shades of Orchid #D46FC7

Tints of Orchid #D46FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.12%

R = 40.61%
G = 21.26%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D46FC7 (or 0xD46FC7) is known color: Orchid. HEX triplet: D4, 6F and C7. RGB value is (212,111,199). Sum of RGB (Red+Green+Blue) = 212+111+199=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FC7 is #2B9038. Grayscale: #969696. Windows color (decimal): -2854969 or 13070292. OLE color: 13070292.

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

Color convert

RGB 212 111 199 -
CMYK 0 0.48 0.06 0.17
HSL 307.72º 0.54% 0.63% -
HSV(B) 307.72º 0.48% 0.83% -
XYZ 43.14 29.49 57.45 -
YUV 151.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 212 111 199 0 0.48 0.06 0.17 307.72 0.54 0.63
Hex D4 6F C7 0 30 6 11 134 36 3F
Octal 324 157 307 0 60 6 21 464 66 77
Binary 11010100 1101111 11000111 0 110000 110 10001 100110100 110110 111111

Color Harmonies of #D46FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46FC7

Black with #D46FC7

Text Example


Text Example

White with #D46FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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