Html Css Color HEX #D46CD1 Orchid

📋 copy color: '#D46CD1'

red 212 ◦ green 108 ◦ blue 209

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

Shades of Orchid #D46CD1

Tints of Orchid #D46CD1

RGB

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

 GREEN value IS 108 (42.58% from 255) = 20.42%

 BLUE value IS 209 (82.03% from 255) = 39.51%

R = 40.08%
G = 20.42%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D46CD1 (or 0xD46CD1) is known color: Orchid. HEX triplet: D4, 6C and D1. RGB value is (212,108,209). Sum of RGB (Red+Green+Blue) = 212+108+209=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 209 (82.03% from 255 or 39.51% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CD1 is #2B932E. Grayscale: #969696. Windows color (decimal): -2855727 or 13724884. OLE color: 13724884.

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

Color convert

RGB 212 108 209 -
CMYK 0 0.49 0.01 0.17
HSL 301.73º 0.55% 0.63% -
HSV(B) 301.73º 0.49% 0.83% -
XYZ 44.02 29.33 63.66 -
YUV 150.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 212 108 209 0 0.49 0.01 0.17 301.73 0.55 0.63
Hex D4 6C D1 0 31 1 11 12E 37 3F
Octal 324 154 321 0 61 1 21 456 67 77
Binary 11010100 1101100 11010001 0 110001 1 10001 100101110 110111 111111

Color Harmonies of #D46CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CD1

Black with #D46CD1

Text Example


Text Example

White with #D46CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CD1; }

 p { color: rgb(212,108,209); }

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

background-color css

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

 a { background-color: rgb(212,108,209); }

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

border-color css

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

 span { border-color: rgb(212,108,209); }

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