Html Css Color HEX #D46CBA Orchid

📋 copy color: '#D46CBA'

red 212 ◦ green 108 ◦ blue 186

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

Shades of Orchid #D46CBA

Tints of Orchid #D46CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.76%

R = 41.9%
G = 21.34%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D46CBA (or 0xD46CBA) is known color: Orchid. HEX triplet: D4, 6C and BA. RGB value is (212,108,186). Sum of RGB (Red+Green+Blue) = 212+108+186=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CBA is #2B9345. Grayscale: #939393. Windows color (decimal): -2855750 or 12217556. OLE color: 12217556.

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

Color convert

RGB 212 108 186 -
CMYK 0 0.49 0.12 0.17
HSL 315º 0.55% 0.63% -
HSV(B) 315º 0.49% 0.83% -
XYZ 41.38 28.27 49.73 -
YUV 147.99 149.46 173.66 -
System Red Green Blue C M Y K H S L
Decimal 212 108 186 0 0.49 0.12 0.17 315 0.55 0.63
Hex D4 6C BA 0 31 C 11 13B 37 3F
Octal 324 154 272 0 61 14 21 473 67 77
Binary 11010100 1101100 10111010 0 110001 1100 10001 100111011 110111 111111

Color Harmonies of #D46CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D46CBA

Black with #D46CBA

Text Example


Text Example

White with #D46CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D46CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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