Html Css Color HEX #D46DC8 Orchid

📋 copy color: '#D46DC8'

red 212 ◦ green 109 ◦ blue 200

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

Shades of Orchid #D46DC8

Tints of Orchid #D46DC8

RGB

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

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

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

R = 40.69%
G = 20.92%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D46DC8 (or 0xD46DC8) is known color: Orchid. HEX triplet: D4, 6D and C8. RGB value is (212,109,200). Sum of RGB (Red+Green+Blue) = 212+109+200=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 200 (78.52% from 255 or 38.39% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D46DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46DC8 is #2B9237. Grayscale: #959595. Windows color (decimal): -2855480 or 13135316. OLE color: 13135316.

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

Color convert

RGB 212 109 200 -
CMYK 0 0.49 0.06 0.17
HSL 306.99º 0.54% 0.63% -
HSV(B) 306.99º 0.49% 0.83% -
XYZ 43.05 29.1 57.99 -
YUV 150.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 212 109 200 0 0.49 0.06 0.17 306.99 0.54 0.63
Hex D4 6D C8 0 31 6 11 133 36 3F
Octal 324 155 310 0 61 6 21 463 66 77
Binary 11010100 1101101 11001000 0 110001 110 10001 100110011 110110 111111

Color Harmonies of #D46DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46DC8

Black with #D46DC8

Text Example


Text Example

White with #D46DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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