Html Css Color HEX #D46CBE Orchid

📋 copy color: '#D46CBE'

red 212 ◦ green 108 ◦ blue 190

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

Shades of Orchid #D46CBE

Tints of Orchid #D46CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.25%

R = 41.57%
G = 21.18%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D46CBE (or 0xD46CBE) is known color: Orchid. HEX triplet: D4, 6C and BE. RGB value is (212,108,190). Sum of RGB (Red+Green+Blue) = 212+108+190=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 108 (42.58% from 255 or 21.18% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CBE is #2B9341. Grayscale: #949494. Windows color (decimal): -2855746 or 12479700. OLE color: 12479700.

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

Color convert

RGB 212 108 190 -
CMYK 0 0.49 0.10 0.17
HSL 312.69º 0.55% 0.63% -
HSV(B) 312.69º 0.49% 0.83% -
XYZ 41.81 28.44 52 -
YUV 148.44 151.46 173.33 -
System Red Green Blue C M Y K H S L
Decimal 212 108 190 0 0.49 0.10 0.17 312.69 0.55 0.63
Hex D4 6C BE 0 31 A 11 139 37 3F
Octal 324 154 276 0 61 12 21 471 67 77
Binary 11010100 1101100 10111110 0 110001 1010 10001 100111001 110111 111111

Color Harmonies of #D46CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CBE

Black with #D46CBE

Text Example


Text Example

White with #D46CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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