Html Css Color HEX #D46DCF Orchid

📋 copy color: '#D46DCF'

red 212 ◦ green 109 ◦ blue 207

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

Shades of Orchid #D46DCF

Tints of Orchid #D46DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 20.64%

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 40.15%
G = 20.64%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D46DCF (or 0xD46DCF) is known color: Orchid. HEX triplet: D4, 6D and CF. RGB value is (212,109,207). Sum of RGB (Red+Green+Blue) = 212+109+207=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DCF is #2B9230. Grayscale: #969696. Windows color (decimal): -2855473 or 13594068. OLE color: 13594068.

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

Color convert

RGB 212 109 207 -
CMYK 0 0.49 0.02 0.17
HSL 302.91º 0.54% 0.63% -
HSV(B) 302.91º 0.49% 0.83% -
XYZ 43.88 29.44 62.4 -
YUV 150.97 159.62 171.53 -
System Red Green Blue C M Y K H S L
Decimal 212 109 207 0 0.49 0.02 0.17 302.91 0.54 0.63
Hex D4 6D CF 0 31 2 11 12F 36 3F
Octal 324 155 317 0 61 2 21 457 66 77
Binary 11010100 1101101 11001111 0 110001 10 10001 100101111 110110 111111

Color Harmonies of #D46DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DCF

Black with #D46DCF

Text Example


Text Example

White with #D46DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DCF; }

 p { color: rgb(212,109,207); }

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

background-color css

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

 a { background-color: rgb(212,109,207); }

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

border-color css

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

 span { border-color: rgb(212,109,207); }

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